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

Method rands

streams/RandInts.java:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 private static int[] rints =
11 new Random(47).ints(0, 1000).limit(100).toArray();
12 public static IntStream rands() {
13 return Arrays.stream(rints);
14 }
15}

Callers 3

mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80

Calls 1

streamMethod · 0.45

Tested by

no test coverage detected