Searched defs:Random (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DRandom.java37 * If two instances of {@code Random} are created with the same
41 * class {@code Random}. Java implementations must use all the algorithms
42 * shown here for the class {@code Random}, for the sake of absolute
43 * portability of Java code. However, subclasses of class {@code Random}
47 * The algorithms implemented by class {@code Random} use a
53 * <p>Instances of {@code java.util.Random} are threadsafe.
54 * However, the concurrent use of the same {@code java.util.Random}
60 * <p>Instances of {@code java.util.Random} are not cryptographically
69 class Random implements java.io.Serializable { class in inherits:java.io.Serializable
89 public Random() { method in class:Random
120 public Random(long seed) { method in class:Random
[all...]

Completed in 70 milliseconds