public class FastRandom extends Object
| Modifier and Type | Field and Description |
|---|---|
static FastRandom |
INSTANCE
The constant INSTANCE.
|
| Constructor and Description |
|---|
FastRandom()
Instantiates a new Fast random.
|
FastRandom(long seed)
Instantiates a new Fast random.
|
| Modifier and Type | Method and Description |
|---|---|
long |
next()
Next long.
|
double |
random()
Random double.
|
static long |
xorshift(long x)
Xorshift long.
|
public static final FastRandom INSTANCE
Copyright © 2019 SimiaCryptus Software. All rights reserved.