MCPcopy Index your code
hub / github.com/careercup/ctci / randomInt

Method randomInt

java/Chapter 18/Question18_1/Question.java:12–14  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

10 }
11
12 public static int randomInt(int n) {
13 return (int) (Math.random() * n);
14 }
15
16 public static void main(String[] args) {
17 for (int i = 0; i < 100; i++) {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected