Interface | Description |
---|---|
SeedConverter<IN,OUT> |
Seed converter.
|
Class | Description |
---|---|
ByteArray2IntArray |
Creates a
int[] from a byte[] . |
ByteArray2LongArray |
Creates a
long[] from a byte[] . |
Int2Long |
Converts a
Integer to an Long . |
IntArray2Int |
Creates a single value by "xor" of all the values in the input array.
|
IntArray2LongArray |
Creates a
long[] from an int[] . |
Long2Int |
Converts a
Long to an Integer . |
Long2IntArray |
Uses a
long value to seed a SplitMix64 RNG and
create a int[] with the requested number of random
values. |
Long2LongArray |
Uses a
Long value to seed a SplitMix64 RNG and
create a long[] with the requested number of random
values. |
LongArray2IntArray |
Creates an
int[] from a long[] . |
LongArray2Long |
Creates a single value by "xor" of all the values in the input array.
|
NoOpConverter<SEED> |
Dummy converter that simply passes on its input.
|
ProviderBuilder |
RNG builder.
|
SeedConverterComposer<IN,TRANS,OUT> |
Composes two
converters . |
SeedFactory |
Utilities related to seeding.
|
Enum | Description |
---|---|
ProviderBuilder.RandomSourceInternal |
Identifiers of the generators.
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.