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