altf4 / untwister

Seed recovery tool for PRNGs
GNU General Public License v3.0
367 stars 42 forks source link

Support for bounded random calls #32

Closed altf4 closed 9 years ago

altf4 commented 9 years ago

Some frameworks, like Ruby, have native support for bounded random numbers. Like:

rand(min, max)

These are non-trivial to handle, and support would have to be added on a per-prng basis.

altf4 commented 9 years ago

Added in 40190438a33879b0fa107b1797c63ff0160cf3b1

I'll make a new Issue for bounded calls in C++