swarm.random
Interface InternalStateS

All Known Subinterfaces:
BernoulliDist, BernoulliDistC, BernoulliDistS, BooleanDistribution, BooleanDistributionC, BooleanDistributionS, C2TAUS1gen, C2TAUS1genC, C2TAUS1genS, C2TAUS2gen, C2TAUS2genC, C2TAUS2genS, C2TAUS3gen, C2TAUS3genC, C2TAUS3genS, C2TAUSgen, C2TAUSgenC, C2TAUSgenS, DoubleDistribution, DoubleDistributionC, DoubleDistributionS, ExponentialDist, ExponentialDistC, ExponentialDistS, GammaDist, GammaDistC, GammaDistS, IntegerDistribution, IntegerDistributionC, IntegerDistributionS, LogNormalDist, LogNormalDistC, LogNormalDistS, MT19937gen, MT19937genC, MT19937genS, Normal, NormalC, NormalDist, NormalDistC, NormalDistS, NormalS, PMMLCG1gen, PMMLCG1genC, PMMLCG1genS, PMMLCGgen, PMMLCGgenC, PMMLCGgenS, ProbabilityDistribution, ProbabilityDistributionC, ProbabilityDistributionS, PSWBgen, PSWBgenC, PSWBgenS, RandomBitDist, RandomBitDistC, RandomBitDistS, SimpleRandomGenerator, SimpleRandomGeneratorC, SimpleRandomGeneratorS, UniformDoubleDist, UniformDoubleDistC, UniformDoubleDistS, UniformIntegerDist, UniformIntegerDistC, UniformIntegerDistS, UniformUnsignedDist, UniformUnsignedDistC, UniformUnsignedDistS, UnsignedDistribution, UnsignedDistributionC, UnsignedDistributionS

public abstract interface InternalStateS

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.