Home
last modified time | relevance | path

Searched defs:OneIn (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/random/
H A Dsimple_philox.h62 bool OneIn(uint32 n) { return Uniform(n) == 0; } in OneIn() function
/aosp_15_r20/external/leveldb/util/
H A Drandom.h53 bool OneIn(int n) { return (Next() % n) == 0; } in OneIn() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dhttp2_random.h63 bool OneIn(int n) { return Uniform(n) == 0; } in OneIn() function