Searched defs:gamma (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DSplittableRandom.java102 * constant ("gamma") to the current (64 bit) seed, forming a
103 * simple sequence. The seed and the gamma values for any two
118 * and gamma for another SplittableRandom. To conservatively
120 * gamma selection (method mixGamma) uses different
126 * most 4 to any given gamma value). This reduces the effective
127 * set of 64bit odd gamma values by about 2%, and serves as an
158 * The golden ratio scaled to 64bits, used as the initial gamma
177 private final long gamma; field in class:SplittableRandom
182 private SplittableRandom(long seed, long gamma) { argument
184 this.gamma
[all...]

Completed in 191 milliseconds