com.rubecula.darwin.examples.travelingsalesman
Class Randomizer_TS

java.lang.Object
  extended by com.rubecula.util.random.Randomizer
      extended by com.rubecula.darwin.examples.travelingsalesman.Randomizer_TS
All Implemented Interfaces:
java.io.Serializable, org.apache.commons.math.random.RandomGenerator

public class Randomizer_TS
extends Randomizer

Author:
Robin Hillyard
See Also:
Serialized Form

Constructor Summary
Randomizer_TS(org.apache.commons.math.random.RandomGenerator random)
           
Randomizer_TS(org.apache.commons.math.random.RandomGenerator random, int[] bands)
           
Randomizer_TS(org.apache.commons.math.random.RandomGenerator random, int[] bands, boolean reseed)
           
 
Method Summary
 
Methods inherited from class com.rubecula.util.random.Randomizer
getBands, getTotal, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextIndex, nextInt, nextInt, nextLong, setBands, setOdds, setSeed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Randomizer_TS

public Randomizer_TS(org.apache.commons.math.random.RandomGenerator random)
Parameters:
random -

Randomizer_TS

public Randomizer_TS(org.apache.commons.math.random.RandomGenerator random,
                     int[] bands)
Parameters:
random -
bands -

Randomizer_TS

public Randomizer_TS(org.apache.commons.math.random.RandomGenerator random,
                     int[] bands,
                     boolean reseed)
Parameters:
random -
bands -
reseed -


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.