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

/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/regex-re2/re2/testing/
H A Dstring_generator.cc96 void StringGenerator::Random(int32 seed, int n) { function in class:re2::StringGenerator
/external/v8/src/
H A Dv8.cc132 // Random number generator using George Marsaglia's MWC algorithm.
158 uint32_t V8::Random(Context* context) { function in class:v8::internal::V8
229 uint64_t random_bits = Random(context);
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp59 class Random { class
62 Random(unsigned _seed):Seed(_seed) {} function in class:Random
127 Modifier(BasicBlock *Block, PieceTable *PT, Random *R):
282 /// Random number generator
283 Random *Ran;
289 LoadModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
299 StoreModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
317 BinModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
361 ConstModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
407 AllocaModifier(BasicBlock *BB, PieceTable *PT, Random *
[all...]
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-internal.h769 class Random { class in namespace:testing::internal
773 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
783 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h762 class Random { class in namespace:testing::internal
766 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
776 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h744 class GTEST_API_ Random { class in namespace:testing::internal
748 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
758 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/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/libvpx/libvpx/third_party/googletest/src/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/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h778 class GTEST_API_ Random { class in namespace:testing::internal
782 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
792 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/ceres-solver/internal/ceres/gtest/
H A Dgtest.h7430 class GTEST_API_ Random { class in namespace:testing::internal
7434 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
7444 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
17891 void ShuffleTests(internal::Random* random);

Completed in 462 milliseconds