| /freebsd-12.1/contrib/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 110 class Random { class 113 Random(unsigned _seed):Seed(_seed) {} in Random() function in llvm::__anoncf2486f60111::Random 183 Modifier(BasicBlock *Block, PieceTable *PT, Random *R) in Modifier() 334 Random *Ran; 341 LoadModifier(BasicBlock *BB, PieceTable *PT, Random *R) in LoadModifier() 353 StoreModifier(BasicBlock *BB, PieceTable *PT, Random *R) in StoreModifier() 373 BinModifier(BasicBlock *BB, PieceTable *PT, Random *R) in BinModifier() 538 CastModifier(BasicBlock *BB, PieceTable *PT, Random *R) in CastModifier() 642 CmpModifier(BasicBlock *BB, PieceTable *PT, Random *R) in CmpModifier() 672 static void FillFunction(Function *F, Random &R) { in FillFunction() [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerRandom.h | 18 class Random : public std::mt19937 { 20 Random(unsigned int seed) : std::mt19937(seed) {} in Random() function
|
| H A D | FuzzerMutate.h | 24 MutationDispatcher(Random &Rand, const FuzzingOptions &Options); 94 Random &GetRand() { return Rand; } in GetRand() 125 Random &Rand;
|
| H A D | FuzzerCorpus.h | 169 InputInfo &ChooseUnitToMutate(Random &Rand) { in ChooseUnitToMutate() 176 size_t ChooseUnitIdxToMutate(Random &Rand) { in ChooseUnitIdxToMutate()
|
| H A D | FuzzerDefs.h | 155 class Random; variable
|
| H A D | FuzzerMutate.cpp | 27 MutationDispatcher::MutationDispatcher(Random &Rand, in MutationDispatcher() 63 static char RandCh(Random &Rand) { in RandCh() 384 size_t ChangeBinaryInteger(uint8_t *Data, size_t Size, Random &Rand) { in ChangeBinaryInteger()
|
| H A D | FuzzerFlags.def | 14 FUZZER_FLAG_UNSIGNED(seed, 0, "Random seed. If 0, seed is generated.")
|
| H A D | FuzzerDriver.cpp | 638 Random Rand(Seed); in FuzzerDriver()
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | virtutech | 4 # Virtutech Compressed Random Access File Format
|
| /freebsd-12.1/contrib/googletest/googletest/src/ |
| H A D | gtest-internal-inl.h | 308 void ShuffleRange(internal::Random* random, int begin, int end, in ShuffleRange() 329 inline void Shuffle(internal::Random* random, std::vector<E>* v) { in Shuffle() 799 internal::Random* random() { return &random_; } in random() 904 internal::Random random_;
|
| /freebsd-12.1/crypto/heimdal/lib/ntlm/ |
| H A D | ntlm_err.et | 13 error_code RAND, "Random generator failed"
|
| /freebsd-12.1/contrib/ntp/util/ |
| H A D | ntp-keygen.texi | 33 * Random Seed File:: 126 @node Running the Program, Random Seed File, Description, Top 177 @node Random Seed File, Cryptographic Data Files, Running the Program, Top 179 @section Random Seed File 202 @node Cryptographic Data Files, , Random Seed File, Top
|
| /freebsd-12.1/sys/mips/conf/ |
| H A D | std.AR_MIPS_BASE | 28 # Random - required during early boot!
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 788 class GTEST_API_ Random { 792 explicit Random(UInt32 seed) : state_(seed) {} in Random() function 802 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
|
| /freebsd-12.1/crypto/openssl/doc/man7/ |
| H A D | RAND.pod | 10 Random numbers are a vital part of cryptography, they are needed to provide
|
| H A D | RAND_DRBG.pod | 221 =head2 Configuring the Random Seed Source
|
| /freebsd-12.1/sys/arm/conf/ |
| H A D | DOCKSTAR | 145 options ALTQ_RED # Random Early Detection
|
| H A D | DREAMPLUG-1001 | 153 options ALTQ_RED # Random Early Detection
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | README.txt | 2 // Random notes about and ideas for the SystemZ backend.
|
| /freebsd-12.1/tools/tools/tinybsd/conf/firewall/ |
| H A D | TINYBSD | 154 options ALTQ_RED # Random Early Detection
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 735 testing::internal::Random random(42); in TEST() 740 random.Generate(testing::internal::Random::kMaxRange + 1), in TEST() 747 testing::internal::Random random(12345); in TEST() 752 testing::internal::Random random2(testing::internal::Random::kMaxRange); in TEST() 764 testing::internal::Random random(kSeed); in TEST() 836 testing::internal::Random random(1); in TEST() 907 testing::internal::Random random_;
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | OVERVIEW | 43 Random Numbers
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | random | 54 // [5.1] Random number generation 57 * @addtogroup tr1_random Random Number Generation 262 * @addtogroup tr1_random_generators Random Number Generators 276 * <caption align=top>Random Number Generator Requirements</caption> 634 * Equidistributed Uniform Pseudo-Random Number Generator", ACM Transactions 1498 * @addtogroup tr1_random_distributions Random Number Distributions
|
| /freebsd-12.1/tools/test/testfloat/ |
| H A D | testfloat-source.txt | 82 Improving the Random Number Generator 422 Improving the Random Number Generator
|
| /freebsd-12.1/usr.sbin/ppp/ |
| H A D | README.changes | 106 o Random dial timeouts are now between 1 and 30 seconds inclusive rather
|