Function onejoker::utils::oj_rand_next32

source ·
pub fn oj_rand_next32() -> u32
Expand description

wiki | A simple xoshiro128++ PRNG I know, I know, first rule of PRNG club is don’t roll your own, just use the library. But I’m pretty sure I’m one of the few people who understands this stuff well enough to bend that rule a bit, and I just don’t like the standard library of either Dart or Rust for this application.