The seed can be any integer satisfying 0 < 4*seed+1 < 232. In other words, there must hold seed >= 0 && seed < 1073741823.
Quality: This generator follows the multiplicative congruential method of the form
Performance: TO_DO
Implementation: TO_DO
Note that this implementation is not synchronized.
@author wolfgang.hoschek@cern.ch @version 1.0, 09/24/99 @see MersenneTwister @see java.util.Random
|
|
|
|
|
|