Module random

Source
Expand description

This module exists to isolate RandomState and DefaultHasher outside of the collections module without actually publicly exporting them, so that parts of that implementation can more easily be moved to the alloc crate.

Although its items are public and contain stability attributes, they can’t actually be accessed outside this crate.

Structs§

DefaultHasher
The default Hasher used by RandomState.
RandomState
RandomState is the default state for HashMap types.