Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ rand5
Method
rand5
java/Chapter 17/Question17_11/Question.java:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
public
static
int
rand5() {
14
return
(
int
) (Math.random() * 100) % 5;
15
}
16
17
public
static
void
main(String[] args) {
18
/* Test: call rand7 many times and inspect the results. */
Callers
1
rand7
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected