Crate weyl

Source
Expand description

§Weyl, a fast PRNG based on the Middle Square Weyl Sequence.

Warning: Not cryptographically secure.

Structs§

Rng
Middle Square Weyl Sequence PRNG In other words it generates random numbers.

Functions§

f64
generates a random f64
fill
fill bytes slice with random data
last_seed
returns the last seed used to initialize the generator
seed
reseed the generator
u64
generates a random u64