|
|
|
|
|
by hinkley
1610 days ago
|
|
Linear congruential generators in some cases can do that, though more often they are used to convert n bits of input data into a uniform distribution over a range from 0-m. For instance simulating chance in a game (dice rolls, or % probability). |
|