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

/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.cpp28 SkRandom Random; variable
31 SkScalar blurSigma = Random.nextRangeScalar(1.5f, 25.0f);
32 SkScalar size = Random.nextRangeScalar(20*blurSigma, 50*blurSigma);
34 SkScalar x = Random.nextRangeScalar(0.0f, W - size);
35 SkScalar y = Random.nextRangeScalar(0.0f, H - size);
55 paint.setColor(0xff000000 | Random.nextU());
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp61 class Random { class in namespace:__anon11178
64 Random(unsigned _seed):Seed(_seed) {} function in class:__anon11178::Random
129 Modifier(BasicBlock *Block, PieceTable *PT, Random *R):
284 /// Random number generator
285 Random *Ran;
291 LoadModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
301 StoreModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
319 BinModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
363 ConstModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
409 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/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/v8/test/cctest/
H A Dtest-types.cc257 TypeHandle Random() { function in class:Types
625 TypeHandle type = T.Random();
632 TypeHandle type = T.Random();
640 TypeHandle type1 = T.Random();
641 TypeHandle type2 = T.Random();
654 TypeHandle type1 = T.Random();
655 TypeHandle type2 = T.Random();
656 TypeHandle type3 = T.Random();
671 TypeHandle type1 = T.Random();
672 TypeHandle type2 = T.Random();
[all...]
/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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 430 milliseconds