MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / max

Method max

include/common/hash.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 RandomEngine(result_type S) noexcept : Seed(S) {}
49 static inline constexpr result_type min() noexcept { return 0; }
50 static inline constexpr result_type max() noexcept { return UINT64_MAX; }
51 result_type operator()() noexcept {
52 Seed += 0x2d358dccaa6c78a5ull;
53 return rapidMix(Seed, Seed ^ 0x8bb84b93962eacc9ull);

Callers 1

completionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected