MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / staticRandomU64

Function staticRandomU64

source/core/StarStaticRandom.hpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46template <typename T, typename... TL>
47uint64_t staticRandomU64(T const& d, TL const&... rest) {
48 return staticRandomHash64(d, rest...);
49}
50
51template <typename T, typename... TL>
52int32_t staticRandomI32(T const& d, TL const&... rest) {

Callers 15

spawnInCellMethod · 0.85
buildMethod · 0.85
addBiomeRegionMethod · 0.85
buildRegionMethod · 0.85
seedForMethod · 0.85
coordinateSeedMethod · 0.85
systemObjectConfigMethod · 0.85
produceChunkMethod · 0.85
createTreasureMethod · 0.85

Calls 1

staticRandomHash64Function · 0.85

Tested by 1

TESTFunction · 0.68