Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ get
Method
get
include/JSystem/JMath/JMath.h:208–212 ·
view source on GitHub ↗
maybe has a default ctor?
Source
from the content-addressed store, hash-verified
206
public:
207
TRandom_fast_(u32 num); // maybe has a default ctor?
208
u32 get()
209
{
210
seed = (seed * 0x19660d) + 0x3c6ef35f;
211
return seed;
212
}
213
214
u32 get_bit32(void) { return get(); }
215
Callers
1
get_ufloat_1
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected