Home
last modified time | relevance | path

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

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