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

Method random

classpath/java/lang/Math.java:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 public static double random() {
87 return random.nextDouble();
88 }
89
90 public static native double floor(double v);
91

Callers

nothing calls this directly

Calls 1

nextDoubleMethod · 0.80

Tested by

no test coverage detected