MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / mi_random_is_initialized

Function mi_random_is_initialized

system/lib/mimalloc/src/random.c:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127#if MI_DEBUG>1
128static bool mi_random_is_initialized(mi_random_ctx_t* ctx) {
129 return (ctx != NULL && ctx->input[0] != 0);
130}
131#endif
132
133void _mi_random_split(mi_random_ctx_t* ctx, mi_random_ctx_t* ctx_new) {

Callers 2

_mi_random_splitFunction · 0.85
_mi_random_nextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected