Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ randomInt
Method
randomInt
java/Chapter 7/Question7_4/Question.java:66–68 ·
view source on GitHub ↗
(int n)
Source
from the content-addressed store, hash-verified
64
}
65
66
public
static
int
randomInt(
int
n) {
67
return
(
int
) (Math.random() * n);
68
}
69
70
public
static
void
main(String[] args) {
71
int
q = multiply(-5, -10);
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected