Lines Matching refs:Rand
29 Random Rand(0); in TEST() local
30 MutationDispatcher MD(Rand, {}); in TEST()
117 Random Rand(0); in TestEraseBytes() local
118 MutationDispatcher MD(Rand, {}); in TestEraseBytes()
153 Random Rand(0); in TestInsertByte() local
154 MutationDispatcher MD(Rand, {}); in TestInsertByte()
189 Random Rand(0); in TestInsertRepeatedBytes() local
190 MutationDispatcher MD(Rand, {}); in TestInsertRepeatedBytes()
233 Random Rand(0); in TestChangeByte() local
234 MutationDispatcher MD(Rand, {}); in TestChangeByte()
269 Random Rand(0); in TestChangeBit() local
270 MutationDispatcher MD(Rand, {}); in TestChangeBit()
305 Random Rand(0); in TestShuffleBytes() local
306 MutationDispatcher MD(Rand, {}); in TestShuffleBytes()
335 Random Rand(0); in TestCopyPart() local
336 MutationDispatcher MD(Rand, {}); in TestCopyPart()
383 Random Rand(0); in TestAddWordFromDictionary() local
384 MutationDispatcher MD(Rand, {}); in TestAddWordFromDictionary()
425 Random Rand(0); in TestAddWordFromDictionaryWithHint() local
426 MutationDispatcher MD(Rand, {}); in TestAddWordFromDictionaryWithHint()
454 Random Rand(0); in TestChangeASCIIInteger() local
455 MutationDispatcher MD(Rand, {}); in TestChangeASCIIInteger()
486 Random Rand(0); in TestChangeBinaryInteger() local
487 MutationDispatcher MD(Rand, {}); in TestChangeBinaryInteger()
586 Random Rand(0); in TEST() local
595 Hist[C.ChooseUnitIdxToMutate(Rand)]++; in TEST()