hex.rng
Class H2ORandomRNG

java.lang.Object
  extended by java.util.Random
      extended by hex.rng.H2ORandomRNG
All Implemented Interfaces:
java.io.Serializable

public class H2ORandomRNG
extends java.util.Random

See Also:
Serialized Form

Nested Class Summary
static class H2ORandomRNG.RNGKind
           
static class H2ORandomRNG.RNGType
           
 
Constructor Summary
H2ORandomRNG(long seed)
           
 
Method Summary
 
Methods inherited from class java.util.Random
next, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

H2ORandomRNG

public H2ORandomRNG(long seed)