- convert(byte[]) - Method in class org.apache.commons.rng.simple.internal.ByteArray2IntArray
-
Converts seed from input type to output type.
- convert(byte[]) - Method in class org.apache.commons.rng.simple.internal.ByteArray2LongArray
-
Converts seed from input type to output type.
- convert(Integer) - Method in class org.apache.commons.rng.simple.internal.Int2Long
-
Converts seed from input type to output type.
- convert(int[]) - Method in class org.apache.commons.rng.simple.internal.IntArray2Int
-
Converts seed from input type to output type.
- convert(int[]) - Method in class org.apache.commons.rng.simple.internal.IntArray2LongArray
-
Converts seed from input type to output type.
- convert(Long) - Method in class org.apache.commons.rng.simple.internal.Long2Int
-
Converts seed from input type to output type.
- convert(Long) - Method in class org.apache.commons.rng.simple.internal.Long2IntArray
-
Converts seed from input type to output type.
- convert(Long, int) - Method in class org.apache.commons.rng.simple.internal.Long2IntArray
-
Converts seed from input type to output type.
- convert(Long) - Method in class org.apache.commons.rng.simple.internal.Long2LongArray
-
Converts seed from input type to output type.
- convert(Long, int) - Method in class org.apache.commons.rng.simple.internal.Long2LongArray
-
Converts seed from input type to output type.
- convert(long[]) - Method in class org.apache.commons.rng.simple.internal.LongArray2IntArray
-
Converts seed from input type to output type.
- convert(long[]) - Method in class org.apache.commons.rng.simple.internal.LongArray2Long
-
Converts seed from input type to output type.
- convert(Integer, int) - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Convert the input Integer
seed to the native seed type.
- convert(Long, int) - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Convert the input Long
seed to the native seed type.
- convert(int[], int) - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Convert the input int[]
seed to the native seed type.
- convert(long[], int) - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Convert the input long[]
seed to the native seed type.
- convert(byte[], int) - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Convert the input byte[]
seed to the native seed type.
- convert(SEED) - Method in class org.apache.commons.rng.simple.internal.NoOpConverter
-
Converts seed from input type to output type.
- convert(IN, int) - Method in interface org.apache.commons.rng.simple.internal.Seed2ArrayConverter
-
Converts seed from input type to output type.
- convert(IN) - Method in interface org.apache.commons.rng.simple.internal.SeedConverter
-
Converts seed from input type to output type.
- convert(IN) - Method in class org.apache.commons.rng.simple.internal.SeedConverterComposer
-
Converts seed from input type to output type.
- convertSeed(Object, int) - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Converts the input seed from any of the supported seed types to the native seed type.
- convertSeed(Object) - Method in enum org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Converts a seed from any of the supported seed types to a native seed.
- convertSeedToBytes(Object) - Static method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Converts the input seed from any of the supported seed types to bytes.
- create(ProviderBuilder.RandomSourceInternal) - Static method in class org.apache.commons.rng.simple.internal.ProviderBuilder
-
Creates a RNG instance.
- create(ProviderBuilder.RandomSourceInternal, Object, Object[]) - Static method in class org.apache.commons.rng.simple.internal.ProviderBuilder
-
Creates a RNG instance.
- create() - Method in enum org.apache.commons.rng.simple.RandomSource
-
Creates a random number generator with a random seed.
- create(Object, Object...) - Method in enum org.apache.commons.rng.simple.RandomSource
-
Creates a random number generator with the given seed
.
- create(RandomSource) - Static method in enum org.apache.commons.rng.simple.RandomSource
-
- create(RandomSource, Object, Object...) - Static method in enum org.apache.commons.rng.simple.RandomSource
-
- createByteArraySeed(UniformRandomProvider) - Method in enum org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Creates a byte[]
seed using the provided source of randomness.
- createInt() - Static method in class org.apache.commons.rng.simple.internal.SeedFactory
-
Creates an int
number for use as a seed.
- createInt() - Static method in enum org.apache.commons.rng.simple.RandomSource
-
Creates a number for use as a seed.
- createIntArray(int) - Static method in class org.apache.commons.rng.simple.internal.SeedFactory
-
Creates an array of int
numbers for use as a seed.
- createIntArray(int) - Static method in enum org.apache.commons.rng.simple.RandomSource
-
Creates an array of numbers for use as a seed.
- createLong() - Static method in class org.apache.commons.rng.simple.internal.SeedFactory
-
Creates a long
number for use as a seed.
- createLong() - Static method in enum org.apache.commons.rng.simple.RandomSource
-
Creates a number for use as a seed.
- createLongArray(int) - Static method in class org.apache.commons.rng.simple.internal.SeedFactory
-
Creates an array of long
numbers for use as a seed.
- createLongArray(int) - Static method in enum org.apache.commons.rng.simple.RandomSource
-
Creates an array of numbers for use as a seed.
- createSeed(int) - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Creates the seed.
- createSeed(int, int, int) - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Creates the seed.
- createSeed() - Method in enum org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Creates a native seed.
- createSeed() - Method in enum org.apache.commons.rng.simple.RandomSource
-
Creates a seed suitable for the implementing class represented by this random source.
- createSeed(UniformRandomProvider) - Method in enum org.apache.commons.rng.simple.RandomSource
-
Creates a seed suitable for the implementing class represented by this random source
using the supplied source of randomness.
- createSeedBytes() - Method in enum org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Creates a seed suitable for the implementing class represented by this random source.
- createSeedBytes(UniformRandomProvider) - Method in enum org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Creates a seed suitable for the implementing class represented by this random source
using the supplied source of randomness.
- current(RandomSource) - Static method in class org.apache.commons.rng.simple.ThreadLocalRandomSource
-
Returns the current thread's copy of the given source
.