Comment by necovek
5 days ago
I can imagine someone doing a
pick = rnrand16() - 0x7fff
if pick > 0...
where these are not equally likely anymore (I may have an off-by-one anyway ;)).
5 days ago
I can imagine someone doing a
pick = rnrand16() - 0x7fff
if pick > 0...
where these are not equally likely anymore (I may have an off-by-one anyway ;)).
Sure but by one part in 32k so it's not a big deal.