Closed altf4 closed 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.
Added in 40190438a33879b0fa107b1797c63ff0160cf3b1
I'll make a new Issue for bounded calls in C++
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.