HomeSort by: relevance | last modified time | path
    Searched refs:Random (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerRandom.h 9 // fuzzer::Random
15 #include <random>
18 class Random : public std::mt19937 {
20 Random(unsigned int seed) : std::mt19937(seed) {}
FuzzerMutate.h 24 MutationDispatcher(Random &Rand, const FuzzingOptions &Options);
94 Random &GetRand() { return Rand; }
125 Random &Rand;
FuzzerDefs.h 148 class Random;
FuzzerCorpus.h 23 #include <random>
169 InputInfo &ChooseUnitToMutate(Random &Rand) {
175 // Returns an index of random unit from the corpus to mutate.
176 size_t ChooseUnitIdxToMutate(Random &Rand) {
FuzzerMutate.cpp 27 MutationDispatcher::MutationDispatcher(Random &Rand,
63 static char RandCh(Random &Rand) {
384 size_t ChangeBinaryInteger(uint8_t *Data, size_t Size, Random &Rand) {
FuzzerDriver.cpp 642 Random Rand(Seed);
  /src/sys/arch/hpc/stand/hpcboot/
memory.h 163 while ((_magic0 = Random()) == MAGIC_CHECK_DONE)
165 while ((_magic1 = Random()) == MAGIC_CHECK_DONE)
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
FuzzerUnittest.cpp 49 Random Rand(0);
137 Random Rand(0);
173 Random Rand(0);
209 Random Rand(0);
253 Random Rand(0);
289 Random Rand(0);
325 Random Rand(0);
355 Random Rand(0);
405 Random Rand(0);
418 Random Rand(0)
    [all...]
  /src/sys/arch/hpcmips/stand/pbsdboot/
vmem.c 264 magic0 = Random();
265 magic1 = Random();
disptest.c 391 random_data[i] = Random();
  /src/usr.sbin/sysinst/
msg.entropy.en 34 {This system seems to lack a cryptographically strong pseudo random
42 You may use random data generated on another computer and load it
43 here, or you could enter random characters manually.
45 If you have a USB random number device, connect it now and select
48 message entropy_add_manually {Manually input random characters}
49 message entropy_download_raw {Load raw binary random data}
54 {Enter one line of random characters.}
58 tosses, 100 throws of a 6-sided die, 64 random hexadecimal digits, or
69 {Please select how you want to transfer the random data file
91 {Load random data
    [all...]
msg.entropy.es 34 {This system seems to lack a cryptographically strong pseudo random
42 You may use random data generated on another computer and load it
43 here, or you could enter random characters manually.
45 If you have a USB random number device, connect it now and select
48 message entropy_add_manually {Manually input random characters}
49 message entropy_download_raw {Load raw binary random data}
54 {Enter one line of random characters.}
58 tosses, 100 throws of a 6-sided die, 64 random hexadecimal digits, or
69 {Please select how you want to transfer the random data file
91 {Load random data
    [all...]
msg.entropy.fr 34 {This system seems to lack a cryptographically strong pseudo random
42 You may use random data generated on another computer and load it
43 here, or you could enter random characters manually.
45 If you have a USB random number device, connect it now and select
48 message entropy_add_manually {Manually input random characters}
49 message entropy_download_raw {Load raw binary random data}
54 {Enter one line of random characters.}
58 tosses, 100 throws of a 6-sided die, 64 random hexadecimal digits, or
69 {Please select how you want to transfer the random data file
91 {Load random data
    [all...]
msg.entropy.pl 34 {This system seems to lack a cryptographically strong pseudo random
42 You may use random data generated on another computer and load it
43 here, or you could enter random characters manually.
45 If you have a USB random number device, connect it now and select
48 message entropy_add_manually {Manually input random characters}
49 message entropy_download_raw {Load raw binary random data}
54 {Enter one line of random characters.}
58 tosses, 100 throws of a 6-sided die, 64 random hexadecimal digits, or
69 {Please select how you want to transfer the random data file
91 {Load random data
    [all...]
  /src/common/dist/zlib/contrib/ada/
mtest.adb 115 Buffer (J) := Random_Elements.Random (Gen);
read.adb 37 -- We are using the same random sequence, in case of we catch bug,
55 -- Period constant variable for random generator not to be very random.
56 -- Bigger period, harder random.
91 Item (J) := Random_Elements.Random (Gen);
test.adb 68 -- Generate file of specified size with some random data.
69 -- The random data is repeatable, for the good compression.
227 := Random_Elements.Random (Gen);

Completed in 21 milliseconds