Random class which contains several static random methods.
Random class which contains several static random methods.These methods are based on a uniform random generator, named "Mersenne Twister", available at: http://www.math.keio.ac.jp/matumoto/emt.html. Copyright Makoto Matsumoto and Takuji Nishimura. (Have a look inside the implementation file for details).
The random generator can be initialized with the manualSeed() method. Otherwise, it will be automatically initialized with a seed based on the current computer clock.
Alphabetic index HTML hierarchy of classes or Java