| Package | Description | 
|---|---|
| org.apache.commons.rng.simple.internal | 
 Utilities for seed conversion. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
ByteArray2IntArray | 
 Creates a  
int[] from a byte[]. | 
class  | 
ByteArray2LongArray | 
 Creates a  
long[] from a byte[]. | 
class  | 
Int2Long | 
 Converts a  
Integer to an Long. | 
class  | 
IntArray2Int | 
 Creates a single value by "xor" of all the values in the input array. 
 | 
class  | 
IntArray2LongArray | 
 Creates a  
long[] from an int[]. | 
class  | 
Long2Int | 
 Converts a  
Long to an Integer. | 
class  | 
Long2IntArray | 
 Uses a  
long value to seed a SplitMix64 RNG and
 create a int[] with the requested number of random
 values. | 
class  | 
Long2LongArray | 
 Uses a  
Long value to seed a SplitMix64 RNG and
 create a long[] with the requested number of random
 values. | 
class  | 
LongArray2IntArray | 
 Creates an  
int[] from a long[]. | 
class  | 
LongArray2Long | 
 Creates a single value by "xor" of all the values in the input array. 
 | 
class  | 
NoOpConverter<SEED> | 
 Dummy converter that simply passes on its input. 
 | 
class  | 
SeedConverterComposer<IN,TRANS,OUT> | 
 Composes two  
converters. | 
| Constructor | Description | 
|---|---|
SeedConverterComposer(SeedConverter<IN,TRANS> first,
                     SeedConverter<TRANS,OUT> second) | 
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.