Package | Description |
---|---|
org.apache.commons.rng.simple.internal |
Utilities for seed conversion.
|
Modifier and Type | Class | Description |
---|---|---|
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. |
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.