Uses of Class
org.apache.commons.rng.core.source64.TwoCmres.Cmres
Packages that use TwoCmres.Cmres
Package
Description
Concrete algorithms for
long-based sources of randomness.-
Uses of TwoCmres.Cmres in org.apache.commons.rng.core.source64
Fields in org.apache.commons.rng.core.source64 declared as TwoCmres.CmresModifier and TypeFieldDescriptionprivate final TwoCmres.CmresTwoCmres.xFirst subcycle generator.private final TwoCmres.CmresTwoCmres.ySecond subcycle generator.Fields in org.apache.commons.rng.core.source64 with type parameters of type TwoCmres.CmresModifier and TypeFieldDescriptionprivate static final List<TwoCmres.Cmres> TwoCmres.Cmres.Factory.TABLEList of good "Cmres" subcycle generators.Methods in org.apache.commons.rng.core.source64 that return TwoCmres.CmresModifier and TypeMethodDescription(package private) TwoCmres.CmresTwoCmres.Cmres.Factory.get(int index) (package private) TwoCmres.CmresTwoCmres.Cmres.Factory.getIfDifferent(int index, int other) Get the generator atindexif theotherindex is different.Method parameters in org.apache.commons.rng.core.source64 with type arguments of type TwoCmres.CmresModifier and TypeMethodDescription(package private) static voidTwoCmres.Cmres.Factory.checkUnique(List<TwoCmres.Cmres> table, long multiply) Check the multiply parameter is unique (not contained in any entry in the provided table).Constructors in org.apache.commons.rng.core.source64 with parameters of type TwoCmres.CmresModifierConstructorDescriptionprivateTwoCmres(int seed, TwoCmres.Cmres x, TwoCmres.Cmres y) Creates a new instance.