Searched refs:UnixKernelRand (Results 1 – 6 of 6) sorted by relevance
28 class UnixKernelRand : public IrrRandInterface {30 explicit UnixKernelRand(FILE* fp) in UnixKernelRand() function33 virtual ~UnixKernelRand() {} in ~UnixKernelRand()
27 irr_rand = new rappor::UnixKernelRand(fp); in EncoderTest()39 rappor::UnixKernelRand *irr_rand;253 irr_rand = new rappor::UnixKernelRand(fp); in TEST_F()
23 bool UnixKernelRand::GetMask(float prob, int num_bits, Bits* mask_out) const { in GetMask()
32 rappor::UnixKernelRand irr_rand(fp); in main()
133 irr_rand = new rappor::UnixKernelRand(fp); in main()
61 rappor::UnixKernelRand irr_rand(fp);