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

Method get

onjava/Rand.java:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 implements Supplier<java.lang.Float> {
155 SplittableRandom r = new SplittableRandom(47);
156 @Override public java.lang.Float get() {
157 return (float)trim(r.nextDouble());
158 }
159 public java.lang.Float get(int n) {
160 return get();
161 }

Callers 1

arrayMethod · 0.95

Calls 1

trimMethod · 0.80

Tested by

no test coverage detected