Random
Class Random
- java.lang.Object
-
- java.util.Random
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SecureRandom, ThreadLocalRandom
public class Random extends Object implements Serializable
An instance of this class is used to generate a stream of pseudorandom numbers. The class uses a 48-bit seed, which is modified using a linear congruential formula. (See Donald Knuth, The Art of Computer Programming, Volume 2, Section 3.2.1.)
If two instances of Random
are created with the sa