MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / mi_random_is_initialized

Function mi_random_is_initialized

3rd/mimalloc-2.0.9/src/random.c:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136#if MI_DEBUG>1
137static bool mi_random_is_initialized(mi_random_ctx_t* ctx) {
138 return (ctx != NULL && ctx->input[0] != 0);
139}
140#endif
141
142void _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