org.neodatis.tool.wrappers
Class OdbRandom

java.lang.Object
  extended by org.neodatis.tool.wrappers.OdbRandom

public class OdbRandom
extends java.lang.Object

Author:
olivier

Field Summary
protected static java.util.Random random
           
 
Constructor Summary
OdbRandom()
           
 
Method Summary
static double getRandomDouble()
           
static int getRandomInteger()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

random

protected static java.util.Random random
Constructor Detail

OdbRandom

public OdbRandom()
Method Detail

getRandomInteger

public static int getRandomInteger()

getRandomDouble

public static double getRandomDouble()