Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ initrand
Function
initrand
lib/cpp/test/TransportTest.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
static boost::mt19937 rng;
53
54
void initrand(unsigned int seed) {
55
rng.seed(seed);
56
}
57
58
class SizeGenerator {
59
public:
Callers
1
init_unit_test_suite
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected