| 86 | } |
| 87 | |
| 88 | TMersenne64::TMersenne64(IInputStream& input) |
| 89 | : mti(NN + 1) |
| 90 | { |
| 91 | ui64 buf[128]; |
| 92 | |
| 93 | input.LoadOrFail(buf, sizeof(buf)); |
| 94 | InitByArray(buf, Y_ARRAY_SIZE(buf)); |
| 95 | } |
| 96 | |
| 97 | #undef MM |
| 98 | #undef MATRIX_A |
nothing calls this directly
no test coverage detected