Skip to main content

Crate neco_rand

Crate neco_rand 

Source
Expand description

Deterministic non-cryptographic random generators and stable bucket assignment.

This crate is not suitable for cryptographic key generation, nonce generation, token generation, or any other security-sensitive purpose.

Modules§

bucket
Stable bucket assignment helpers.

Structs§

SplitMix64
SplitMix64 one-shot mixer and stream generator.
Xoroshiro128Plus
xoroshiro128+ pseudo-random number generator.