bsoc.nn
Class RandomWgt

java.lang.Object
  |
  +--java.util.Random
        |
        +--bsoc.nn.RandomWgt

public class RandomWgt
extends java.util.Random

Generates random weights for synapses. Used for the random initialisation of ANNs.

See Also:
Serialized Form

Constructor Summary
RandomWgt()
           
RandomWgt(long seed)
           
 
Method Summary
 short nextValue()
           
 
Methods inherited from class java.util.Random
next, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomWgt

public RandomWgt()

RandomWgt

public RandomWgt(long seed)
Method Detail

nextValue

public short nextValue()