Searched defs:Rand32 (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/lib/random/
H A Dsimple_philox.h36 PHILOX_DEVICE_INLINE uint32 Rand32() { return single_(); } function in class:tensorflow::random::SimplePhilox
/external/ltp/testcases/kernel/io/disktest/
H A Dsfunc.c66 long Rand32(void) function
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp99 uint32_t Rand32() { function in class:llvm::__anon14887::Random
107 uint64_t Val = Rand32();
108 return Val | (uint64_t(Rand32()) << 32);

Completed in 1038 milliseconds