fastrand icon indicating copy to clipboard operation
fastrand copied to clipboard

A simple and fast random number generator

Results 14 fastrand issues
Sort by recently updated
recently updated
newest added

fastrand, has an equivalent to rand's choose(), but not an equivalent to choose_weighted() could this perhaps be remedied?

`wyrng` has been shown to have some flaws within the randomness (from [official repo](https://github.com/wangyi-fudan/wyhash) ) >Both of them are not 64 bit collision resistant, but is about 62 bits (flyingmutant/Cyan4973/vigna)...

I love fastrand, it's the closest to the ideal prng crate for me, but it is annoyingly not quite there. As I've been thinking about this today, I decided to...

The WASI 0.2 target will reach tier 2 in Rust 1.82. This crate supports WASI 0.1, and it would be neat if it could support WASI 0.2 as well. I...