- java.lang.Object
-
- com.github.akurilov.commons.math.Random
-
public final class Random extends java.lang.ObjectFaster random implementation which uses the XorShift algorithm
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublenextDouble()intnextInt()intnextInt(int range)longnextLong()longnextLong(long range)voidreset()
-