MCPcopy Create free account
hub / github.com/ReadyTalk/avian / Random

Method Random

classpath/java/util/Random.java:22–24  ·  view source on GitHub ↗
(long seed)

Source from the content-addressed store, hash-verified

20 private long seed;
21
22 public Random(long seed) {
23 setSeed(seed);
24 }
25
26 public Random() {
27 synchronized (Random.class) {

Callers

nothing calls this directly

Calls 2

setSeedMethod · 0.95
currentTimeMillisMethod · 0.95

Tested by

no test coverage detected