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

scala.util.Random Maven / Gradle / Ivy

package scala.util;

/**
 * Mock of the following class.
 * http://www.scala-lang.org/api/current/#scala.util.Random
 *
 *
 * Use to identify unsecure random generator.
 */
public class Random {

    public Random() {

    }

    public Random(scala.Long seed) {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy