MCPcopy 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

52static boost::mt19937 rng;
53
54void initrand(unsigned int seed) {
55 rng.seed(seed);
56}
57
58class SizeGenerator {
59public:

Callers 1

init_unit_test_suiteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected