Searched defs:TestConfigRandom (Results 1 – 1 of 1) sorted by relevance
103 struct TestConfigRandom struct105 const uint32_t seed;106 const AllocationMode allocationMode;108 TestConfigRandom(const uint32_t _seed, const AllocationMode _allocationMode) in TestConfigRandom() function