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

Function staticRandomHash32Iter

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

Source from the content-addressed store, hash-verified

9// Supports primitive types as well as strings for input data.
10
11inline void staticRandomHash32Iter(XXHash32&) {}
12
13template <typename T, typename... TL>
14void staticRandomHash32Iter(XXHash32& hash, T const& v, TL const&... rest) {

Callers 1

staticRandomHash32Function · 0.85

Calls 1

xxHash32PushFunction · 0.85

Tested by

no test coverage detected