Skip to content

Fast, non-cryptographic random number generation using the xoshiro256++ for ints and xoshiro256+ for floats. Includes the SplitMix64 seed generator and a cross-platform function get OS randomness from either /dev/urandom if available or address-space randomization if not.

License

Notifications You must be signed in to change notification settings

goodcleanfun/random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random

Fast, non-cryptographic random number generation using the xoshiro256++ for ints and xoshiro256+ for floats. Includes the SplitMix64 seed generator and a cross-platform function get OS randomness from either /dev/urandom if available or address-space randomization if not.

About

Fast, non-cryptographic random number generation using the xoshiro256++ for ints and xoshiro256+ for floats. Includes the SplitMix64 seed generator and a cross-platform function get OS randomness from either /dev/urandom if available or address-space randomization if not.

Resources

License

Stars

Watchers

Forks

Packages

No packages published