MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / get

Method get

onjava/Rand.java:181–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179 implements Supplier<java.lang.Double> {
180 SplittableRandom r = new SplittableRandom(47);
181 @Override public java.lang.Double get() {
182 return trim(r.nextDouble());
183 }
184 public java.lang.Double get(int n) {
185 return get();
186 }

Callers

nothing calls this directly

Calls 1

trimMethod · 0.80

Tested by

no test coverage detected