public class FastRandom extends Object
| Modifier and Type | Field and Description |
|---|---|
static FastRandom |
INSTANCE |
| Constructor and Description |
|---|
FastRandom() |
FastRandom(long seed) |
| Modifier and Type | Method and Description |
|---|---|
long |
next() |
double |
random() |
static long |
xorshift(long x) |
public static final FastRandom INSTANCE
Copyright © 2019 SimiaCryptus Software. All rights reserved.