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

Function staticRandomU32

source/core/StarStaticRandom.hpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41template <typename T, typename... TL>
42uint32_t staticRandomU32(T const& d, TL const&... rest) {
43 return staticRandomHash32(d, rest...);
44}
45
46template <typename T, typename... TL>
47uint64_t staticRandomU64(T const& d, TL const&... rest) {

Callers 7

pickHueShiftFromJsonMethod · 0.85
worldRadialPositionMethod · 0.85
staticRandomI32Function · 0.85
staticRandomFloatFunction · 0.85
TESTFunction · 0.85

Calls 1

staticRandomHash32Function · 0.85

Tested by 1

TESTFunction · 0.68