Quote:
Originally Posted by trevius
I think this is fixed in Rev1547. It seems like the RNG was producing negative numbers when it shouldn't have for sints and very high numbers for uints, which would cause 100% drop rate.
|
Actually, the RNG itself only produces uint32 results. The transform to a range of integers (low to high) was where the problem was. But as stated, this has been fixed.