org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions
Class Randomizer

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions.Randomizer
All Implemented Interfaces:
Serializable

public class Randomizer
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Random random
           
 
Constructor Summary
Randomizer()
           
Randomizer(long seed)
           
 
Method Summary
 double Uniform(double min, double max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

random

public Random random
Constructor Detail

Randomizer

public Randomizer()

Randomizer

public Randomizer(long seed)
Method Detail

Uniform

public double Uniform(double min,
                      double max)


Copyright © 2012. All Rights Reserved.