Lines Matching refs:Rand

51   Random Rand(0);  in TEST()  local
52 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); in TEST()
139 Random Rand(0); in TestEraseBytes() local
140 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); in TestEraseBytes()
175 Random Rand(0); in TestInsertByte() local
176 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); in TestInsertByte()
211 Random Rand(0); in TestInsertRepeatedBytes() local
212 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); in TestInsertRepeatedBytes()
256 Random Rand(0); in TestChangeByte() local
257 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); in TestChangeByte()
292 Random Rand(0); in TestChangeBit() local
293 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); in TestChangeBit()
328 Random Rand(0); in TestShuffleBytes() local
329 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); in TestShuffleBytes()
358 Random Rand(0); in TestCopyPart() local
359 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); in TestCopyPart()
408 Random Rand(0); in TEST() local
409 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); in TEST()
421 Random Rand(0); in TestAddWordFromDictionary() local
422 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); in TestAddWordFromDictionary()
463 Random Rand(0); in TestChangeASCIIInteger() local
464 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); in TestChangeASCIIInteger()
495 Random Rand(0); in TestChangeBinaryInteger() local
496 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); in TestChangeBinaryInteger()
632 Random Rand(0); in TEST() local
647 Hist[C->ChooseUnitIdxToMutate(Rand)]++; in TEST()