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

Method TMersenneInput

util/random/entropy.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113 public:
114 inline explicit TMersenneInput(const TBuffer& rnd)
115 : Rnd_((const TKey*)rnd.Data(), rnd.Size() / sizeof(TKey))
116 {
117 }
118
119 ~TMersenneInput() override = default;
120

Callers

nothing calls this directly

Calls 2

DataMethod · 0.45
SizeMethod · 0.45

Tested by

no test coverage detected