Home
last modified time | relevance | path

Searched refs:UnixKernelRand (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rappor/client/cpp/
H A Dunix_kernel_rand_impl.h28 class UnixKernelRand : public IrrRandInterface {
30 explicit UnixKernelRand(FILE* fp) in UnixKernelRand() function
33 virtual ~UnixKernelRand() {} in ~UnixKernelRand()
H A Dencoder_unittest.cc27 irr_rand = new rappor::UnixKernelRand(fp); in EncoderTest()
39 rappor::UnixKernelRand *irr_rand;
253 irr_rand = new rappor::UnixKernelRand(fp); in TEST_F()
H A Dunix_kernel_rand_impl.cc23 bool UnixKernelRand::GetMask(float prob, int num_bits, Bits* mask_out) const { in GetMask()
H A Dencoder_demo.cc32 rappor::UnixKernelRand irr_rand(fp); in main()
H A Drappor_sim.cc133 irr_rand = new rappor::UnixKernelRand(fp); in main()
H A DREADME.md61 rappor::UnixKernelRand irr_rand(fp);