|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swarm.PhaseCImpl | +--swarm.random.PSWBgenCImpl
Subtract-with-borrow Congruential Generator with prime modulus. PSWB is an improvement on SWB in that the use of a prime modulus guarantees a single full cycle. It's slower, of course.
Fields inherited from class swarm.PhaseCImpl |
nextPhase |
Constructor Summary | |
PSWBgenCImpl()
|
|
PSWBgenCImpl(PSWBgenImpl nextPhase)
|
Methods implemented by this class for interface swarm.random.SimpleS |
setAntithetic |
Methods implemented by this class for interface swarm.random.SingleSeedS |
setStateFromSeed |
Methods implemented by this class for interface swarm.defobj.CreateC |
createEnd |
Methods inherited from class swarm.PhaseCImpl |
_copy_creating_phase_to_using_phase |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PSWBgenCImpl(PSWBgenImpl nextPhase)
public PSWBgenCImpl()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |