Package org.apache.commons.rng.simple.internal
Utilities for seed conversion.
-
Interface Summary Interface Description Seed2ArrayConverter<T,R> Seed converter to create an output array type.SeedConverter<T,R> Seed converter. -
Class Summary Class Description ByteArray2IntArray Creates aint[]from abyte[].ByteArray2LongArray Creates along[]from abyte[].Int2Long Converts aIntegerto anLong.IntArray2Int Creates a single value by "xor" of all the values in the input array.IntArray2LongArray Creates along[]from anint[].Long2Int Converts aLongto anInteger.Long2IntArray Uses alongvalue to seed aSplitMix64RNG and create aint[]with the requested number of random values.Long2LongArray Uses aLongvalue to seed aSplitMix64RNG and create along[]with the requested number of random values.LongArray2IntArray Creates anint[]from along[].LongArray2Long Creates a single value by "xor" of all the values in the input array.NoOpConverter<T> Dummy converter that simply passes on its input.ProviderBuilder RNG builder.SeedConverterComposer<T,S,R> Composes twoconverters.SeedFactory Utilities related to seeding. -
Enum Summary Enum Description NativeSeedType Enumerates native seed types.ProviderBuilder.RandomSourceInternal Enumerates identifiers of the generators.