Uses of Interface
org.apache.commons.rng.simple.internal.SeedConverter
Packages that use SeedConverter
-
Uses of SeedConverter in org.apache.commons.rng.simple.internal
Subinterfaces of SeedConverter in org.apache.commons.rng.simple.internalModifier and TypeInterfaceDescriptioninterfaceSeed2ArrayConverter<IN,OUT> Seed converter to create an output array type.Classes in org.apache.commons.rng.simple.internal that implement SeedConverterModifier and TypeClassDescriptionclassCreates aint[]from abyte[].classCreates along[]from abyte[].classConverts aIntegerto anLong.classCreates a single value by "xor" of all the values in the input array.classCreates along[]from anint[].classConverts aLongto anInteger.classUses alongvalue to seed aSplitMix64RNG and create aint[]with the requested number of random values.classUses aLongvalue to seed aSplitMix64RNG and create along[]with the requested number of random values.classCreates anint[]from along[].classCreates a single value by "xor" of all the values in the input array.classNoOpConverter<SEED>Dummy converter that simply passes on its input.classSeedConverterComposer<IN,TRANS, OUT> Composes twoconverters.Fields in org.apache.commons.rng.simple.internal declared as SeedConverterModifier and TypeFieldDescriptionprivate final SeedConverter<IN, TRANS> SeedConverterComposer.firstFirst conversion.private final SeedConverter<TRANS, OUT> SeedConverterComposer.secondSecond conversion.Constructors in org.apache.commons.rng.simple.internal with parameters of type SeedConverterModifierConstructorDescriptionSeedConverterComposer(SeedConverter<IN, TRANS> first, SeedConverter<TRANS, OUT> second) Create an instance.