Package | Description |
---|---|
org.spf4j.base |
Modifier and Type | Class and Description |
---|---|
static class |
IntMath.XorShift128 |
static class |
IntMath.XorShift32
A very fast Pseudo random generator.
|
static class |
IntMath.XorShift32ThreadSafe
Deprecated.
please use JDK java.util.concurrent.ThreadLocalRandom instead.
The JDK implementation uses local fields in the Thread class instead of a classic ThreadLocal,
which makes it faster...
|
Copyright © 2018 SPF4J. All rights reserved.