|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJavaGrinders.Utilities.RandomNumberGenerator
JavaGrinders.Utilities.RHRandomNumberGenerator
public class RHRandomNumberGenerator
VariableFormat class - specifies whether variable contains
| Constructor Summary | |
|---|---|
RHRandomNumberGenerator()
empty private constructor |
|
| Method Summary | |
|---|---|
MoveVector |
nextMove(double theMean,
double theSD,
boolean is3D)
returns a Capture with random coordinates |
PolarVector |
nextPolarVector(double theMean,
double theSD,
boolean is3D)
returns a Capture with random coordinates |
SpatialVector |
nextSpatialVector(GridSpace3D map)
returns a Capture with random coordinates |
| Methods inherited from class JavaGrinders.Utilities.RandomNumberGenerator |
|---|
next, nextBeta, nextBoolean, nextBoolean, nextChiSq, nextChiSq, nextChiSq, nextExp, nextExp, nextExp, nextGamma, nextGamma, nextGamma, nextGaussian, nextGaussian, nextInt, nextInt, nextPoisson, nextPoisson, nextUniform, nextUniform, setSeed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RHRandomNumberGenerator()
| Method Detail |
|---|
public SpatialVector nextSpatialVector(GridSpace3D map)
public PolarVector nextPolarVector(double theMean,
double theSD,
boolean is3D)
public MoveVector nextMove(double theMean,
double theSD,
boolean is3D)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||