libottery icon indicating copy to clipboard operation
libottery copied to clipboard

A fast secure userspace pseudorandom number generator

Results 3 libottery issues
Sort by recently updated
recently updated
newest added

Add functions ottery_rand_double that returns a value in the half-interval of [0..1) giving 52 bits of entropy. This might be useful for jittering in different applications. No Haskell implementation as...

Dear libottery person/people: I like your idea! Thank you for working on this. One thing that I find very useful, maybe even important, is having a reproducible PRNG. A good...

The global state object should be automatically invalidated on the child side of a `fork`, to ensure that the child does not produce the same random stream as the parent...