Package org.ujmp.core.util
Class RandomSimple
- java.lang.Object
-
- java.util.Random
-
- org.ujmp.core.util.RandomSimple
-
- All Implemented Interfaces:
java.io.Serializable
public class RandomSimple extends java.util.Random
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private long
x
-
Constructor Summary
Constructors Constructor Description RandomSimple()
RandomSimple(long seed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
next(int bits)
long
nextLong()
void
setSeed(long seed)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
x
private long x
-
-