public final class IntMath extends Object
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...
|
Modifier and Type | Method and Description |
---|---|
static int |
closestPowerOf2(int number) |
static int |
closestPowerOf2Number(int number) |
Copyright © 2018 SPF4J. All rights reserved.