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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7636 class GTEST_API_ Random { class in namespace:testing::internal
7640 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
7650 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
18306 void ShuffleTests(internal::Random* random);

Completed in 130 milliseconds