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

12

/external/webrtc/webrtc/base/
H A Drandom.h22 class Random { class in namespace:webrtc
24 explicit Random(uint64_t seed);
65 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(Random);
70 float Random::Rand<float>();
74 double Random::Rand<double>();
78 bool Random::Rand<bool>();
H A Drandom.cc18 Random::Random(uint64_t seed) { function in class:webrtc::Random
23 uint32_t Random::Rand(uint32_t t) {
36 uint32_t Random::Rand(uint32_t low, uint32_t high) {
41 int32_t Random::Rand(int32_t low, int32_t high) {
51 float Random::Rand<float>() {
58 double Random::Rand<double>() {
65 bool Random::Rand<bool>() {
69 double Random::Gaussian(double mean, double standard_deviation) {
81 double Random
[all...]
H A Dvirtualsocketserver.cc728 static double Random() { function in namespace:rtc
766 if (Random() < drop_prob_) {
802 // "Derivative Random Drop"); however, this algorithm is a more accurate
/external/regex-re2/re2/testing/
H A Dstring_generator.cc96 void StringGenerator::Random(int32 seed, int n) { function in class:re2::StringGenerator
/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp23 * \brief Random number generator utilities.
35 //! Random self-test - compare returned values against hard-coded values.
38 class Random class in namespace:de
41 Random (deUint32 seed) { deRandom_init(&m_rnd, seed); } function in class:de::Random
42 ~Random (void) {}
70 bool operator== (const Random& other) const;
71 bool operator!= (const Random& other) const;
79 inline float Random::getFloat (float min, float max)
85 inline double Random::getDouble (double min, double max)
91 inline int Random
[all...]
/external/eigen/Eigen/src/Core/
H A DRandom.h35 * it is redundant to pass \a rows and \a cols as arguments, so Random() should be used
45 * \sa MatrixBase::setRandom(), MatrixBase::Random(Index), MatrixBase::Random()
49 DenseBase<Derived>::Random(Index rows, Index cols) function in class:Eigen::DenseBase
62 * it is redundant to pass \a size as argument, so Random() should be used
72 * \sa MatrixBase::setRandom(), MatrixBase::Random(Index,Index), MatrixBase::Random()
76 DenseBase<Derived>::Random(Index size) function in class:Eigen::DenseBase
93 * \sa MatrixBase::setRandom(), MatrixBase::Random(Index,Index), MatrixBase::Random(Inde
97 DenseBase<Derived>::Random() function in class:Eigen::DenseBase
[all...]
/external/skia/bench/
H A DRectoriBench.cpp29 SkRandom Random; variable
32 SkScalar blurSigma = Random.nextRangeScalar(1.5f, 25.0f);
33 SkScalar size = Random.nextRangeScalar(20*blurSigma, 50*blurSigma);
35 SkScalar x = Random.nextRangeScalar(0.0f, W - size);
36 SkScalar y = Random.nextRangeScalar(0.0f, H - size);
56 paint.setColor(0xff000000 | Random.nextU());
/external/gemmlowp/test/
H A Dtest.h34 inline int Random() { function in namespace:gemmlowp
106 (*m)(r, c) = Random() & mask;
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp85 class Random { class in namespace:llvm::__anon12664
88 Random(unsigned _seed):Seed(_seed) {} function in class:llvm::__anon12664::Random
150 Modifier(BasicBlock *Block, PieceTable *PT, Random *R):
292 /// Random number generator
293 Random *Ran;
299 LoadModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
309 StoreModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
327 BinModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
371 ConstModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
417 AllocaModifier(BasicBlock *BB, PieceTable *PT, Random *
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h770 class GTEST_API_ Random { class in namespace:testing::internal
774 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
784 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/v8/test/cctest/
H A Dtypes-fuzz.h239 TypeHandle Random() { function in class:v8::internal::Types
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h750 class GTEST_API_ Random { class in namespace:testing::internal
754 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
764 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h676 class GTEST_API_ Random { class in namespace:testing::internal
680 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
690 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h779 class GTEST_API_ Random { class in namespace:testing::internal
783 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
793 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h750 class GTEST_API_ Random { class in namespace:testing::internal
754 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
764 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h676 class GTEST_API_ Random { class in namespace:testing::internal
680 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
690 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h7163 class GTEST_API_ Random { class in namespace:testing::internal
7167 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
7177 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
16380 void ShuffleTests(internal::Random* random);
/external/libvpx/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);
/external/opencv3/modules/ts/include/opencv2/ts/
H A Dts_gtest.h7697 class GTEST_API_ Random { class in namespace:testing::internal
7701 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
7711 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
18370 void ShuffleTests(internal::Random* random);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7637 class GTEST_API_ Random { class in namespace:testing::internal
7641 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
7651 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
18307 void ShuffleTests(internal::Random* random);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1419 milliseconds

12