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

Method get

onjava/Rand.java:202–204  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

200 return trim(r.nextDouble());
201 }
202 public double get(int n) {
203 return getAsDouble();
204 }
205 public double[] array(int sz) {
206 double[] result = r.doubles(sz).toArray();
207 Arrays.setAll(result,

Callers

nothing calls this directly

Calls 1

getAsDoubleMethod · 0.95

Tested by

no test coverage detected