Searched refs:gamma (Results 1 – 2 of 2) sorted by relevance
177 private final long gamma; field in SplittableRandom182 private SplittableRandom(long seed, long gamma) { in SplittableRandom() argument184 this.gamma = gamma; in SplittableRandom()219 return seed += gamma; in nextSeed()380 this.gamma = mixGamma(s + GOLDEN_GAMMA); in SplittableRandom()
146 extern double gamma __P((double));