Type Alias PlSeedableRandomStateQuality
Source pub type PlSeedableRandomStateQuality = SeedableRandomState;
struct PlSeedableRandomStateQuality { }
Implementations
Generates a random [SeedableRandomState
], similar to [RandomState
].
Generates a fixed [SeedableRandomState
], similar to [FixedState
].
Generates a [SeedableRandomState
] with the given per-hasher seed
and [SharedSeed
].
Type of the hasher that will be created.
Calculates the hash of a single value.
Read more
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more