Skip to main content

Crate osom_lib_prng

Crate osom_lib_prng 

Source
Expand description

This crate defines pseudo random number generators (PRNG).

The crate is #![no_std].

Modulesยง

defaults
Holds the implementation of the default PRNGs, recommended for general use.
errors
Holds definitions of various PRNG errors.
prngs
Holds implementations of various PRNGs.
stream_prng
Holds the implementation of the stream-based PRNG.
streams
Holds implementations of various PRNG streams.
traits
Holds definitions of various PRNG traits.