HomeSort by: relevance | last modified time | path
    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