Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ randu32
Method
randu32
source/core/StarRandom.cpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
uint32_t RandomSource::randu32() {
60
return gen32();
61
}
62
63
uint64_t RandomSource::randu64() {
64
uint64_t r = randu32();
Callers
7
produceSystem
Method · 0.80
generateHumanoid
Method · 0.80
CharCreationPane
Method · 0.80
randomize
Method · 0.80
randu32
Function · 0.80
TEST
Function · 0.80
renderStars
Method · 0.80
Calls
no outgoing calls
Tested by
2
generateHumanoid
Method · 0.64
TEST
Function · 0.64