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

Method Reset

util/random/entropy.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 inline void Reset() noexcept {
200 EP.Reset(new TEntropyPoolStream(THostEntropy()));
201 }
202
203 static inline TDefaultTraits& Instance() {
204 auto res = SingletonWithPriority<TDefaultTraits, 0>();

Callers 1

ResetEntropyPoolFunction · 0.45

Calls 1

THostEntropyClass · 0.85

Tested by

no test coverage detected