src/java.base/share/classes/java/util/random/DoubleZigguratTables.java
branchJDK-8193209-branch
changeset 57437 f02ffcb61dce
parent 57436 b0c958c0e6c6
equal deleted inserted replaced
57436:b0c958c0e6c6 57437:f02ffcb61dce
    22  *
    22  *
    23  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    23  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    24  * or visit www.oracle.com if you need additional information or have any
    24  * or visit www.oracle.com if you need additional information or have any
    25  * questions.
    25  * questions.
    26  */
    26  */
    27 package java.util;
    27 
       
    28 package java.util.random;
    28 
    29 
    29 class DoubleZigguratTables {
    30 class DoubleZigguratTables {
    30 
    31 
    31     // Implementation support for modified-ziggurat implementation of nextExponential()
    32     // Implementation support for modified-ziggurat implementation of nextExponential()
    32 
    33