cad.simcad.utilz.random
Class RandomGeneratorFactory

java.lang.Object
  |
  +--cad.simcad.utilz.random.RandomGeneratorFactory

public class RandomGeneratorFactory
extends java.lang.Object

Version:
1.0
Author:
Charles-Philip Bentley

Constructor Summary
RandomGeneratorFactory()
          Creates new RandomGeneratorFactory
 
Method Summary
static RandomGenerator createRandomGenerator()
           
static RandomGenerator createRandomGenerator(long seed)
           
static RandomGenerator createSynchornizedRandomGenerator()
           
static RandomGenerator createSynchornizedRandomGenerator(long seed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomGeneratorFactory

public RandomGeneratorFactory()
Creates new RandomGeneratorFactory

Method Detail

createRandomGenerator

public static RandomGenerator createRandomGenerator()

createRandomGenerator

public static RandomGenerator createRandomGenerator(long seed)

createSynchornizedRandomGenerator

public static RandomGenerator createSynchornizedRandomGenerator(long seed)

createSynchornizedRandomGenerator

public static RandomGenerator createSynchornizedRandomGenerator()

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be