| 135 | |
| 136 | #if MI_DEBUG>1 |
| 137 | static bool mi_random_is_initialized(mi_random_ctx_t* ctx) { |
| 138 | return (ctx != NULL && ctx->input[0] != 0); |
| 139 | } |
| 140 | #endif |
| 141 | |
| 142 | void _mi_random_split(mi_random_ctx_t* ctx, mi_random_ctx_t* ctx_new) { |
no outgoing calls
no test coverage detected