swarm.random
Interface InternalStateC

All Known Subinterfaces:
BasicRandomGeneratorC, BernoulliDistC, BinomialDistC, BooleanDistributionC, C2TAUS1genC, C2TAUS2genC, C2TAUS3genC, C2TAUSgenC, DoubleDistributionC, ExponentialDistC, GammaDistC, IntegerDistributionC, LogNormalDistC, MT19937genC, NormalC, NormalDistC, PMMLCG1genC, PMMLCGgenC, PoissonDistC, ProbabilityDistributionC, PSWBgenC, RandomBitDistC, SimpleRandomGeneratorC, SplitRandomGeneratorC, UniformDoubleDistC, UniformIntegerDistC, UniformUnsignedDistC, UnsignedDistributionC

public interface InternalStateC

Archiving routines for internal generator and distribution state.. Methods to save the internal state of an object (generator, distribution) to a memory buffer allocated by the calling program, and to set the state of an object from previously saved state data, provided in a memory buffer. NOTE: the putStateInto/setStateFrom methods are NOT portable across architectures, since they store integers and doubles using different byte orders. A portable storage method may be provided in the next release.