File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -291,12 +291,12 @@ impl RandomState {
291291 RandomState :: from_keys ( & fixed[ 0 ] , & fixed[ 1 ] , key)
292292 }
293293
294- /// Allows for explicitly setting the seeds to used.
294+ /// Allows for explicitly setting the seeds to be used.
295295 /// All `RandomState`s created with the same set of keys will produce identical hashers.
296296 /// (In contrast to `generate_with` above)
297297 ///
298298 /// Note: If DOS resistance is desired one of these should be a decent quality random number.
299- /// If 4 high quality random number are not cheaply available this method is robust against 0s being passed for
299+ /// If 4 high quality random numbers are not cheaply available this method is robust against 0s being passed for
300300 /// one or more of the parameters or the same value being passed for more than one parameter.
301301 /// It is recommended to pass numbers in order from highest to lowest quality (if there is any difference).
302302 #[ inline]
You can’t perform that action at this time.
0 commit comments