Home
last modified time | relevance | path

Searched refs:Random (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-12.1/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp110 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 DFuzzerRandom.h18 class Random : public std::mt19937 {
20 Random(unsigned int seed) : std::mt19937(seed) {} in Random() function
H A DFuzzerMutate.h24 MutationDispatcher(Random &Rand, const FuzzingOptions &Options);
94 Random &GetRand() { return Rand; } in GetRand()
125 Random &Rand;
H A DFuzzerCorpus.h169 InputInfo &ChooseUnitToMutate(Random &Rand) { in ChooseUnitToMutate()
176 size_t ChooseUnitIdxToMutate(Random &Rand) { in ChooseUnitIdxToMutate()
H A DFuzzerDefs.h155 class Random; variable
H A DFuzzerMutate.cpp27 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 DFuzzerFlags.def14 FUZZER_FLAG_UNSIGNED(seed, 0, "Random seed. If 0, seed is generated.")
H A DFuzzerDriver.cpp638 Random Rand(Seed); in FuzzerDriver()
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dvirtutech4 # Virtutech Compressed Random Access File Format
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h308 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 Dntlm_err.et13 error_code RAND, "Random generator failed"
/freebsd-12.1/contrib/ntp/util/
H A Dntp-keygen.texi33 * 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 Dstd.AR_MIPS_BASE28 # Random - required during early boot!
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h788 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 DRAND.pod10 Random numbers are a vital part of cryptography, they are needed to provide
H A DRAND_DRBG.pod221 =head2 Configuring the Random Seed Source
/freebsd-12.1/sys/arm/conf/
H A DDOCKSTAR145 options ALTQ_RED # Random Early Detection
H A DDREAMPLUG-1001153 options ALTQ_RED # Random Early Detection
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DREADME.txt2 // Random notes about and ideas for the SystemZ backend.
/freebsd-12.1/tools/tools/tinybsd/conf/firewall/
H A DTINYBSD154 options ALTQ_RED # Random Early Detection
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc735 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 DOVERVIEW43 Random Numbers
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Drandom54 // [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 Dtestfloat-source.txt82 Improving the Random Number Generator
422 Improving the Random Number Generator
/freebsd-12.1/usr.sbin/ppp/
H A DREADME.changes106 o Random dial timeouts are now between 1 and 30 seconds inclusive rather

123