MCPcopy 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
59uint32_t RandomSource::randu32() {
60 return gen32();
61}
62
63uint64_t RandomSource::randu64() {
64 uint64_t r = randu32();

Callers 7

produceSystemMethod · 0.80
generateHumanoidMethod · 0.80
CharCreationPaneMethod · 0.80
randomizeMethod · 0.80
randu32Function · 0.80
TESTFunction · 0.80
renderStarsMethod · 0.80

Calls

no outgoing calls

Tested by 2

generateHumanoidMethod · 0.64
TESTFunction · 0.64