wyrand 0.4.1

A fast & portable non-cryptographic pseudorandom number generator and hashing algorithm
Documentation
1
2
3
4
5
6
pub(super) const WY0: u64 = 0x2d35_8dcc_aa6c_78a5;
pub(super) const WY1: u64 = 0x8bb8_4b93_962e_acc9;
#[cfg(feature = "wyhash")]
pub(super) const WY2: u64 = 0x4b33_a62e_d433_d4a3;
#[cfg(feature = "wyhash")]
pub(super) const WY3: u64 = 0x4d5a_2da5_1de1_aa47;