All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.commons.lang.math.JVMRandom Maven / Gradle / Ivy

package org.apache.commons.lang.math;

public class JVMRandom {
    public int nextInt() {
        return 0;
    }
    public int nextInt(int n) {
        return 0;
    }
    public long nextLong() {
        return 0;
    }
    public static long nextLong(long n) {
        return 0;
    }

    public double nextDouble() {
        return 0;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy