Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KAlO2/PerfectShow
/ random
Method
random
src/com/cloudream/ishow/util/MathUtils.java:189–192 ·
view source on GitHub ↗
(int howbig)
Source
from the content-addressed store, hash-verified
187
}
188
189
public
static
int
random(
int
howbig)
190
{
191
return
(
int
) (random.nextFloat() * howbig);
192
}
193
194
public
static
int
random(
int
low,
int
high)
195
{
Callers
1
randomProgress
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected