Searched defs:RandomGenerator (Results 1 - 2 of 2) sorted by path

/system/chre/apps/wifi_offload/test/include/
H A Drandom_generator.h26 * @class RandomGenerator A class to generate random values for any uint type:
30 class RandomGenerator { class in namespace:wifi_offload_test
33 * Default constructs a RandomGenerator object
35 RandomGenerator();
/system/chre/apps/wifi_offload/test/
H A Drandom_generator.cc26 RandomGenerator::RandomGenerator() { function in class:wifi_offload_test::RandomGenerator
39 void RandomGenerator::Reset() {

Completed in 71 milliseconds