7
votes
5answers
227 views
What is the proper method of constraining a pseduo-random number to a smaller range?
What is the best way to constrain the values of a PRNG to a smaller range? If you use modulus and the old max number is not evenly divisible by the new max number you bias toward the 0 through …
