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

/libcore/ojluni/src/main/java/java/util/
H A DRandom.java45 * If two instances of {@code Random} are created with the same
49 * class {@code Random}. Java implementations must use all the algorithms
50 * shown here for the class {@code Random}, for the sake of absolute
51 * portability of Java code. However, subclasses of class {@code Random}
55 * The algorithms implemented by class {@code Random} use a
61 * <p>Instances of {@code java.util.Random} are threadsafe.
62 * However, the concurrent use of the same {@code java.util.Random}
68 * <p>Instances of {@code java.util.Random} are not cryptographically
77 class Random implements java.io.Serializable { class in inherits:java.io.Serializable
104 public Random() { method in class:Random
135 public Random(long seed) { method in class:Random
[all...]

Completed in 49 milliseconds