Type Alias ShiroRng

Source
pub type ShiroRng = Xoshiro256pp;
Expand description

The recommended generator for all non-cryptographic purposes.

Aliased Typeยง

struct ShiroRng { /* private fields */ }