std: fix HashMap RNG docs wording

This commit is contained in:
ArshLabs
2026-04-12 12:34:29 +05:30
parent 6ad4d1b0e7
commit dc36b8e3c2
+1 -1
View File
@@ -20,7 +20,7 @@
/// reasonable best-effort is made to generate this seed from a high quality,
/// secure source of randomness provided by the host without blocking the
/// program. Because of this, the randomness of the seed depends on the output
/// 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.
/// In particular, seeds generated when the system's entropy pool is abnormally
/// low such as during system boot may be of a lower quality.
///