OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Seed
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerInterface.h
46
// Given the same
Seed
produces the same mutation.
49
unsigned int
Seed
);
54
// Should produce the same mutation given the same
Seed
.
58
size_t MaxOutSize, unsigned int
Seed
);
FuzzerDriver.cpp
634
unsigned
Seed
= Flags.
seed
;
635
// Initialize
Seed
.
636
if (
Seed
== 0)
637
Seed
=
640
Printf("INFO:
Seed
: %u\n",
Seed
);
642
Random Rand(
Seed
);
Completed in 14 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025