justrng 0.1.0

RNG for people who just want to generate random numbers
Documentation
1
2
3
4
5
6
7
8
9

/// A large prime number, useful for hashing.
pub const P0: u64 = 0xa076_1d64_78bd_642f;

/// A large prime number, useful for hashing.
pub const P1: u64 = 0xe703_7ed1_a0b4_28db;

/// A large prime number, useful for hashing.
pub const P2: u64 = 0xda3e_39cb_94b9_5bdb;