Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ random
Method
random
qcommon/src/main/java/jake2/qcommon/util/Lib.java:68–70 ·
view source on GitHub ↗
Like in libc.
()
Source
from the content-addressed store, hash-verified
66
67
/** Like in libc. */
68
public
static
float random() {
69
return
Globals.rnd.nextFloat();
70
}
71
72
public
static
float atof(String in) {
73
if
(in == null || in.length() == 0)
Callers
15
think
Method · 0.95
turret_breach_fire
Method · 0.95
SP_misc_gib_arm
Method · 0.95
SP_misc_gib_leg
Method · 0.95
SP_misc_gib_head
Method · 0.95
VelocityForDamage
Method · 0.95
ThrowGib
Method · 0.95
ThrowHead
Method · 0.95
ThrowDebris
Method · 0.95
think
Method · 0.95
touch
Method · 0.95
check_dodge
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected