Class Neutron.Surrogate

java.lang.Object
  |
  +--Neutron.Surrogate
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Neutron

public class Neutron.Surrogate
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  long seed
           
 
Constructor Summary
Neutron.Surrogate(java.lang.String[] args)
           
 
Method Summary
 java.lang.Object compute()
           
protected  float randFloat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seed

protected long seed
Constructor Detail

Neutron.Surrogate

public Neutron.Surrogate(java.lang.String[] args)
Method Detail

compute

public java.lang.Object compute()

randFloat

protected float randFloat()