Class ThreadLocalXorShift128Random


  • public final class ThreadLocalXorShift128Random
    extends Object
    Thread local version of XorShift128Random. This is the preferred way of using this generator.
    • Constructor Detail

      • ThreadLocalXorShift128Random

        public ThreadLocalXorShift128Random()
    • Method Detail

      • current

        public static Random current()
      • nextInt

        public static int nextInt​(int startInclusive,
                                  int endExclusive)