de.kumpe.hadooptimizer.examples
Class HadoopTest.RandomGeneratorFactoryImpl

java.lang.Object
  extended by de.kumpe.hadooptimizer.examples.HadoopTest.RandomGeneratorFactoryImpl
All Implemented Interfaces:
RandomGeneratorFactory, Serializable
Enclosing class:
HadoopTest

public static final class HadoopTest.RandomGeneratorFactoryImpl
extends Object
implements RandomGeneratorFactory

See Also:
Serialized Form

Constructor Summary
HadoopTest.RandomGeneratorFactoryImpl()
           
 
Method Summary
 org.apache.commons.math.random.RandomGenerator createRandomGenerator(long seed)
          Create a new RandomGenerator with the given seed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HadoopTest.RandomGeneratorFactoryImpl

public HadoopTest.RandomGeneratorFactoryImpl()
Method Detail

createRandomGenerator

public org.apache.commons.math.random.RandomGenerator createRandomGenerator(long seed)
Description copied from interface: RandomGeneratorFactory
Create a new RandomGenerator with the given seed.

Specified by:
createRandomGenerator in interface RandomGeneratorFactory
Parameters:
seed - the new RandomGenerator's seed.
Returns:
the newly created RandomGenerator


Copyright © 2011 Christian Kumpe. All Rights Reserved.