All Classes
-
All Classes Interface Summary Class Summary Enum 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[].JDKRandomBridge JDKRandomWrapper Wraps aRandominstance to implementUniformRandomProvider.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.NativeSeedType Enumerates native seed types.NoOpConverter<T> Dummy converter that simply passes on its input.ProviderBuilder RNG builder.ProviderBuilder.RandomSourceInternal Enumerates identifiers of the generators.RandomSource This class provides the API for creating generators of random numbers.Seed2ArrayConverter<T,R> Seed converter to create an output array type.SeedConverter<T,R> Seed converter.SeedConverterComposer<T,S,R> Composes twoconverters.SeedFactory Utilities related to seeding.ThreadLocalRandomSource This class provides a thread-localUniformRandomProvider.