Crates.io | star_rng |
lib.rs | star_rng |
version | 0.1.0 |
source | src |
created_at | 2024-04-10 05:07:54.508147 |
updated_at | 2024-04-10 05:07:54.508147 |
description | opinionated PRNG for easier fuzz testing |
homepage | |
repository | https://github.com/AaronKutch/star_rng |
max_upload_size | |
id | 1203172 |
size | 26,090 |
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
.