MCPcopy Create free account
hub / github.com/careercup/ctci / rand5

Method rand5

java/Chapter 17/Question17_11/QuestionB.java:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 public static int rand5() {
20 return (int) (Math.random() * 100) % 5;
21 }
22
23 public static void main(String[] args) {
24 /* Test: call rand7 many times and inspect the results. */

Callers 1

rand7Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected