@Public public class XORShiftRNG extends Random
Random in benchmark, with the cost
that abandon thread-safety. So it's recommended to create a new XORShiftRNG for each
thread.| Constructor and Description |
|---|
XORShiftRNG() |
XORShiftRNG(long input) |
| Modifier and Type | Method and Description |
|---|---|
int |
next(int bits)
All other methods like nextInt()/nextDouble()...
|
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.