We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad4d1b commit dc36b8eCopy full SHA for dc36b8e
1 file changed
library/std/src/collections/hash/map.rs
@@ -20,7 +20,7 @@ use crate::ops::Index;
20
/// reasonable best-effort is made to generate this seed from a high quality,
21
/// secure source of randomness provided by the host without blocking the
22
/// program. Because of this, the randomness of the seed depends on the output
23
-/// quality of the system's random number coroutine when the seed is created.
+/// quality of the system's random number generator when the seed is created.
24
/// In particular, seeds generated when the system's entropy pool is abnormally
25
/// low such as during system boot may be of a lower quality.
26
///
0 commit comments