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

Method min

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

Source from the content-addressed store, hash-verified

47 }
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;

Callers 1

move_cursorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected