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

Method nextDouble

classpath/java/util/Random.java:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 public double nextDouble() {
85 return (((long) next(26) << 27) + next(27)) / (double) (1L << 53);
86 }
87}

Callers 1

randomMethod · 0.80

Calls 1

nextMethod · 0.95

Tested by

no test coverage detected