Crate voxell_rng

Source

Modulesยง

branch_rng
Cheap and dirty RNGs
getrandom
Seed RNGs in runtime using OS entropy This module provides a simple way to generate random numbers using the getrandom crate. I will call this Magic since the entropy comes from the underlying OS in runtime.
prelude
prelude
rng
RNG engines
rng_core_extension
extension methods for [RngCore]
slice_methods
Methods on slices that require randomness
time_seeded
Seed RNGs using the system time