swarm.random
Interface PSWBgenC

All Known Implementing Classes:
PSWBgenCImpl

public interface PSWBgenC
extends SimpleRandomGeneratorC, SimpleRandomGeneratorS

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.


Methods inherited from interface swarm.random.SimpleGeneratorC
create$setStateFromSeed
 
Methods inherited from interface swarm.random.CommonGeneratorC
createWithDefaults
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd