star_rng

Crates.iostar_rng
lib.rsstar_rng
version0.1.0
sourcesrc
created_at2024-04-10 05:07:54.508147
updated_at2024-04-10 05:07:54.508147
descriptionopinionated PRNG for easier fuzz testing
homepage
repositoryhttps://github.com/AaronKutch/star_rng
max_upload_size
id1203172
size26,090
Aaron Kutch (AaronKutch)

documentation

https://docs.rs/star_rng

README

StarRNG - Xoshiro128StarStar-based opinionated psuedorandom number generator

This crate features an evolved version of a psuedorandom number generation strategy that I have been using for several years now. The internal rng is buffered at the bit level to dramatically improve efficiency when many single random booleans or small integers are being used.

no-std and even no-alloc compatible thanks to awint.

Commit count: 6

cargo fmt