W
websnarf
CBFalconer said:The simplified linear congruential r = mr % rmax; (the addend is
0). Also those based on polynomials, eg a CRC16 generator.
I didn't say they were good prngs.![]()
I wouldn't say they were prngs at all. And I'm not aware of anyone
else calling them that either. As far as I know, all serious PRNGs
will output 0 (or any other value in range) exactly 1/(1+RANDMAX)
proportion of the time.