Skip to content
/ random Public

Simple RNG with weak entropy source (alloc and sub-μs) and xoshiro256++ hashing

License

Notifications You must be signed in to change notification settings

Hellaeh/random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hel-random

Simple RNG with weak source of entropy(alloc and sub-μs) and xoshiro256++ hashing

Examples

use hel_random::u64;

let a: u64 = u64();
let b: u64 = u64();

assert!(a != b);

How to install

cargo add hel-random

About

Simple RNG with weak entropy source (alloc and sub-μs) and xoshiro256++ hashing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages