Home
last modified time | relevance | path

Searched refs:RandomNumberGenerator (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/boost/graph/
Dtopology.hpp223 template < std::size_t Dims, typename RandomNumberGenerator = minstd_rand >
226 typedef uniform_01< RandomNumberGenerator, double > rand_t;
234 : gen_ptr(new RandomNumberGenerator) in hypercube_topology()
240 hypercube_topology(RandomNumberGenerator& gen, double scaling = 1.0) in hypercube_topology()
304 shared_ptr< RandomNumberGenerator > gen_ptr;
309 template < typename RandomNumberGenerator = minstd_rand >
310 class square_topology : public hypercube_topology< 2, RandomNumberGenerator >
312 typedef hypercube_topology< 2, RandomNumberGenerator > inherited;
317 square_topology(RandomNumberGenerator& gen, double scaling = 1.0) in square_topology()
323 template < typename RandomNumberGenerator = minstd_rand >
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRandomNumberGenerator.h32 class RandomNumberGenerator {
54 RandomNumberGenerator(StringRef Salt);
59 RandomNumberGenerator(const RandomNumberGenerator &other) = delete;
60 RandomNumberGenerator &operator=(const RandomNumberGenerator &other) = delete;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRandomNumberGenerator.cpp33 RandomNumberGenerator::RandomNumberGenerator(StringRef Salt) { in RandomNumberGenerator() function in RandomNumberGenerator
53 RandomNumberGenerator::result_type RandomNumberGenerator::operator()() { in operator ()()
DCMakeLists.txt122 RandomNumberGenerator.cpp
/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.h326 class RandomNumberGenerator
329 RandomNumberGenerator() : m_Value{GetTickCount()} {} in RandomNumberGenerator() function
330 RandomNumberGenerator(uint32_t seed) : m_Value{seed} { } in RandomNumberGenerator() function
344 MyUniformRandomNumberGenerator(RandomNumberGenerator& gen) : m_Gen(gen) { } in MyUniformRandomNumberGenerator()
348 RandomNumberGenerator& m_Gen;
DTests.cpp1223 RandomNumberGenerator rand(threadIndex); in TestMultithreading()
/third_party/boost/boost/math/quadrature/
Dnaive_monte_carlo.hpp32 template<class Real, class F, class RandomNumberGenerator = std::mt19937_64, class Policy = boost::…
160 RandomNumberGenerator gen(seed);
276 RandomNumberGenerator gen(seed); in m_integrate()
374 RandomNumberGenerator gen(seed); in m_thread_monte()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp92 std::unique_ptr<RandomNumberGenerator> Module::createRNG(const Pass* P) const { in createRNG()
107 return std::unique_ptr<RandomNumberGenerator>(new RandomNumberGenerator(Salt)); in createRNG()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/
DIceELFSectionTest.cpp96 RandomNumberGenerator R(RandomSeed); in TEST()
/third_party/boost/libs/graph/test/
Dmcgregor_subgraphs_test.cpp246 template < typename Graph, typename RandomNumberGenerator,
248 void add_random_vertices(Graph& graph, RandomNumberGenerator& generator, in add_random_vertices()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h50 class RandomNumberGenerator; variable
260 std::unique_ptr<RandomNumberGenerator> createRNG(const Pass* P) const;
/third_party/boost/libs/log/src/
Dcore.cpp63 template< typename Iterator, typename RandomNumberGenerator >
64 void random_shuffle(Iterator begin, Iterator end, RandomNumberGenerator& rng)
/third_party/boost/libs/random/doc/
Dconcepts.qbk96 `operator()(long)` and thus it does not fulfill the `RandomNumberGenerator`
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp615 "llvm/lib/Support/RandomNumberGenerator.cpp",
DBUILD.gn905 "llvm/lib/Support/RandomNumberGenerator.cpp",
DCMakeLists.txt618 ${LLVM_DIR}/lib/Support/RandomNumberGenerator.cpp