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

Function staticRandomI32

source/core/StarStaticRandom.hpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51template <typename T, typename... TL>
52int32_t staticRandomI32(T const& d, TL const&... rest) {
53 return (int32_t)staticRandomU32(d, rest...);
54}
55
56template <typename T, typename... TL>
57int32_t staticRandomI32Range(int32_t min, int32_t max, T const& d, TL const&... rest) {

Callers 1

paintMethod · 0.85

Calls 1

staticRandomU32Function · 0.85

Tested by

no test coverage detected