Crate osom_lib_rand

Source
Expand description

A crate implementing several random algorithms.

Modulesยง

number
The module contains the definition of the Number trait and its implementations for u32, u64 and u128.
pseudo_random_number_generators
Holds implementations of several pseudo random number generators.
randomness_sources
Holds implementations of several randomness sources.
traits
Holds traits for random number generators and randomness sources.