Searched refs:computeNextExponential (Results 1 – 2 of 2) sorted by relevance
799 return RandomSupport.computeNextExponential(this); in nextExponential()
1144 public static double computeNextExponential(RandomGenerator rng) { in computeNextExponential() method in RandomSupport1347 x = (1.0 / DoubleZigguratTables.normalX0) * computeNextExponential(rng); in computeNextGaussian()1348 } while (computeNextExponential(rng) < 0.5*x*x); in computeNextGaussian()