Home
last modified time | relevance | path

Searched refs:normalInflectionIndex (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/jdk/internal/util/random/
DRandomSupport.java1314 if (j > DoubleZigguratTables.normalInflectionIndex) { // Concave overhang in computeNextGaussian()
1350 } else if (j < DoubleZigguratTables.normalInflectionIndex) { // Convex overhang in computeNextGaussian()
2776 static final int normalInflectionIndex = 204; field in RandomSupport.DoubleZigguratTables