Package jadex.common

Class Xoroshiro128Random

java.lang.Object
java.util.Random
jadex.common.Xoroshiro128Random
All Implemented Interfaces:
Serializable, RandomGenerator

public class Xoroshiro128Random extends Random
xoroshiro128+ implementation based on work by David Blackman and Sebastiano Vigna. http://xoroshiro.di.unimi.it/xoroshiro128plus.c To the extent possible under law, the author has dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. See invalid input: '<'http://creativecommons.org/publicdomain/zero/1.0/>.
See Also:
  • Field Details

  • Constructor Details

    • Xoroshiro128Random

      public Xoroshiro128Random()
    • Xoroshiro128Random

      public Xoroshiro128Random(long[] state)
  • Method Details