| 350 | } |
| 351 | |
| 352 | void _mi_random_reinit_if_weak(mi_random_ctx_t * ctx) { |
| 353 | if (ctx->weak) { |
| 354 | _mi_random_init(ctx); |
| 355 | } |
| 356 | } |
| 357 | |
| 358 | /* -------------------------------------------------------- |
| 359 | test vectors from <https://tools.ietf.org/html/rfc8439> |
no test coverage detected