- 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(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.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(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.
- convert(Integer) - Method in class org.apache.commons.rng.simple.internal.Int2Long
-
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) - Method in class org.apache.commons.rng.simple.internal.Long2LongArray
-
Converts seed from input type to output type.
- convert(SEED) - Method in class org.apache.commons.rng.simple.internal.NoOpConverter
-
Converts seed from input type to output type.
- create(ProviderBuilder.RandomSourceInternal, Object, Object[]) - Static method in class org.apache.commons.rng.simple.internal.ProviderBuilder
-
Creates a RNG instance.
- create(RandomSource) - Static method in enum org.apache.commons.rng.simple.RandomSource
-
Creates a random number generator with a random seed.
- create(RandomSource, Object, Object...) - Static method in enum org.apache.commons.rng.simple.RandomSource
-
Creates a random number generator with the given seed
.
- createInt() - Static method in class org.apache.commons.rng.simple.internal.SeedFactory
-
Creates a 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 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 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 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.