qcnn
Class Random

java.lang.Object
  extended by qcnn.Random

public class Random
extends java.lang.Object


Field Summary
 double random
           
 
Constructor Summary
Random()
           
 
Method Summary
protected  int next(int bits)
           
 double nextDouble()
           
 void Rando(long seed)
           
 void setSeed(long seed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

random

public double random
Constructor Detail

Random

Random()
Method Detail

Rando

public void Rando(long seed)

setSeed

public void setSeed(long seed)

next

protected int next(int bits)

nextDouble

public double nextDouble()