bsoc.nn
Class RandomValue

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

public class RandomValue
extends java.util.Random

Generates random activation values for neurons. Used for the random initialisation of ANNs.

See Also:
Serialized Form

Constructor Summary
RandomValue()
           
RandomValue(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

RandomValue

public RandomValue()

RandomValue

public RandomValue(long seed)
Method Detail

nextValue

public short nextValue()