Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ResetEntropyPool
Function · 0.45
Calls
1
THostEntropy
Class · 0.85
Tested by
no test coverage detected