Home
last modified time | relevance | path

Searched refs:mt19937 (Results 1 – 15 of 15) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h146 unsigned RightBucket, std::mt19937 &RNG) const;
152 std::mt19937 &RNG) const;
158 std::mt19937 &RNG) const;
/src/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp131 std::mt19937 RNG(RootBucket); in bisect()
168 std::mt19937 &RNG) const { in runIterations()
212 std::mt19937 &RNG) const { in runIteration()
272 std::mt19937 &RNG) const { in moveFunctionNode()
/src/contrib/llvm-project/clang/lib/AST/
H A DRandstruct.cpp68 std::mt19937 &RNG) { in randomizeStructureLayoutImpl()
208 std::mt19937 RNG(SeedSeq); in randomizeStructureLayout()
/src/contrib/llvm-project/libcxx/src/
H A Drandom_shuffle.cpp45 static mt19937 __rs_g; in operator ()()
/src/contrib/llvm-project/llvm/tools/bugpoint/
H A DFindBugs.cpp38 std::mt19937 randomness(std::random_device{}()); in runManyPasses()
H A DListReducer.h49 std::mt19937 randomness(0x6e5ea738); // Seed the random number generator in reduceList()
/src/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h35 using RandomEngine = std::mt19937;
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h52 std::mt19937 RNG;
/src/contrib/llvm-project/libcxx/modules/std/
H A Drandom.inc36 using std::mt19937;
/src/contrib/llvm-project/libcxx/include/__random/
H A Dmersenne_twister_engine.h892 mt19937; typedef
/src/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1035 std::mt19937 g(seed ? seed : std::random_device()()); in maybeShuffle()
/src/contrib/llvm-project/libcxx/include/
H A Drandom370 18, 1812433253> mt19937;
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1585 std::mt19937 Generator(presortShuffleEntropy());
/src/contrib/bsnmp/tests/
H A Dcatch.hpp7733 std::mt19937 rng(seed); in analyse_samples()
7747 std::mt19937 rng(seed); in analyse_samples()
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2207 SYMBOL(mt19937, std::, <random>)