Enum Constant | Description |
---|---|
org.apache.commons.rng.simple.RandomSource.XOR_SHIFT_1024_S |
Since 1.3, where it is recommended to use
XOR_SHIFT_1024_S_PHI
instead due to its slightly better (more uniform) output. XOR_SHIFT_1024_S
is still quite usable but both are variants of the same algorithm and maintain their
internal state identically. Their outputs are correlated and the two should not be
used together when independent sequences are assumed. |
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.