anon.crypto
Class MyRandom

java.lang.Object
  extended by anon.crypto.MyRandom

public final class MyRandom
extends java.lang.Object


Field Summary
(package private)  java.util.Random m_TheRandom
           
 
Constructor Summary
MyRandom()
           
MyRandom(java.util.Random rand)
           
 
Method Summary
 int nextInt(int max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_TheRandom

java.util.Random m_TheRandom
Constructor Detail

MyRandom

public MyRandom(java.util.Random rand)

MyRandom

public MyRandom()
Method Detail

nextInt

public int nextInt(int max)