MCPcopy Create free account
hub / github.com/catboost/catboost / TMersenne64

Method TMersenne64

util/random/mersenne64.cpp:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88TMersenne64::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

Callers

nothing calls this directly

Calls 1

LoadOrFailMethod · 0.80

Tested by

no test coverage detected