Package jadex.commons.random
Class Xoroshiro128Random
- java.lang.Object
- 
- java.util.Random
- 
- jadex.commons.random.Xoroshiro128Random
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class Xoroshiro128Random extends java.util.Randomxoroshiro128+ 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- See Also:
- Serialized Form
 - 
- 
Field SummaryFields Modifier and Type Field Description protected static doubleDOUBLE_BASE
 - 
Constructor SummaryConstructors Constructor Description Xoroshiro128Random()Xoroshiro128Random(long[] state)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intnext(int bits)doublenextDouble()longnextLong()
 
- 
 - 
- 
Field Detail- 
DOUBLE_BASEprotected static final double DOUBLE_BASE - See Also:
- Constant Field Values
 
 
- 
 
-