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

/gem5/src/base/
H A Drandom.cc52 Random::Random() function in class:Random
58 Random::Random(uint32_t s) function in class:Random
63 Random::~Random()
68 Random::init(uint32_t s)
74 Random::serialize(CheckpointOut &cp) const
86 Random::unserialize(CheckpointIn &cp)
100 Random random_m
[all...]
H A Drandom.hh62 class Random : public Serializable class in inherits:Serializable
71 Random();
72 Random(uint32_t s);
73 ~Random();
111 extern Random random_mt;
/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.cc50 auto rnd = Random(time(NULL));
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h312 void ShuffleRange(internal::Random* random, int begin, int end,
333 inline void Shuffle(internal::Random* random, std::vector<E>* v) {
792 internal::Random* random() { return &random_; }
899 internal::Random random_;
H A Dgtest.cc259 "Random number seed to use when shuffling test orders. Must be in range "
311 UInt32 Random::Generate(UInt32 range) {
2793 void TestCase::ShuffleTests(internal::Random* random) {
5181 " Random number seed to use for shuffling test orders (between 1 and\n"
/gem5/src/cpu/minor/
H A Ddecode.cc309 case Enums::Random:
H A Dfetch2.cc580 case Enums::Random:
H A Dfetch1.cc128 case Enums::Random:
H A Dexecute.cc1688 case Enums::Random:
1755 case Enums::Random:
/gem5/src/dev/arm/
H A Dsmmu_v3_caches.hh67 Random random;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h752 class GTEST_API_ Random { class in namespace:testing::internal
756 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
766 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc710 // Tests the Random class.
713 testing::internal::Random random(42);
718 random.Generate(testing::internal::Random::kMaxRange + 1),
725 testing::internal::Random random(12345);
730 testing::internal::Random random2(testing::internal::Random::kMaxRange);
742 testing::internal::Random random(kSeed);
814 testing::internal::Random random(1);
885 testing::internal::Random random_;
H A Dgtest-port_test.cc1093 Random random_;
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h925 void ShuffleTests(internal::Random* random);

Completed in 88 milliseconds