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

Function _mi_random_init

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

Source from the content-addressed store, hash-verified

194}
195
196void _mi_random_init(mi_random_ctx_t* ctx) {
197 mi_random_init_ex(ctx, false);
198}
199
200void _mi_random_init_weak(mi_random_ctx_t * ctx) {
201 mi_random_init_ex(ctx, true);

Callers 3

mi_theap_main_initFunction · 0.85
_mi_theap_initFunction · 0.85

Calls 1

mi_random_init_exFunction · 0.85

Tested by

no test coverage detected