Expand description
BSD random number generator.
It is Linear congruential generator with nodulus 2^31, multiplier 1103515245 and increment 12345. Outputs 31 bits of randomness with more randomness in higher bits.
Structsยง
- BSD
- Classic 32-bit 4.4BSD rand() number generator.