Home
last modified time | relevance | path

Searched refs:randGenerator (Results 1 – 25 of 66) sorted by relevance

123

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/testing/
H A DUnitTestPointTransform.cxx22 std::mt19937 randGenerator; variable
141 vtkm::Vec3f(transDist(randGenerator), transDist(randGenerator), transDist(randGenerator))); in TestPointTransform()
152 TestPointTransformScale(ds, vtkm::Vec3f(scaleDist(randGenerator))); in TestPointTransform()
155 vtkm::Vec3f(scaleDist(randGenerator), scaleDist(randGenerator), scaleDist(randGenerator))); in TestPointTransform()
162 angles.push_back(angleDist(randGenerator)); in TestPointTransform()
177 vtkm::Vec3f(axisDist(randGenerator), axisDist(randGenerator), axisDist(randGenerator))); in TestPointTransform()
H A DUnitTestCrossProduct.cxx19 std::mt19937 randGenerator; variable
55 randomDist(randGenerator), randomDist(randGenerator), randomDist(randGenerator))); in createVectors()
57 randomDist(randGenerator), randomDist(randGenerator), randomDist(randGenerator))); in createVectors()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/testing/
H A DUnitTestPointTransform.cxx20 std::mt19937 randGenerator; variable
153 vtkm::Vec3f(transDist(randGenerator), transDist(randGenerator), transDist(randGenerator))); in TestPointTransform()
164 TestPointTransformScale(ds, vtkm::Vec3f(scaleDist(randGenerator))); in TestPointTransform()
167 vtkm::Vec3f(scaleDist(randGenerator), scaleDist(randGenerator), scaleDist(randGenerator))); in TestPointTransform()
174 angles.push_back(angleDist(randGenerator)); in TestPointTransform()
189 vtkm::Vec3f(axisDist(randGenerator), axisDist(randGenerator), axisDist(randGenerator))); in TestPointTransform()
H A DUnitTestDotProductFilter.cxx20 std::mt19937 randGenerator; variable
68 randomDist(randGenerator), randomDist(randGenerator), randomDist(randGenerator)); in createVectors()
70 randomDist(randGenerator), randomDist(randGenerator), randomDist(randGenerator)); in createVectors()
H A DUnitTestCrossProductFilter.cxx20 std::mt19937 randGenerator; variable
68 randomDist(randGenerator), randomDist(randGenerator), randomDist(randGenerator)); in createVectors()
70 randomDist(randGenerator), randomDist(randGenerator), randomDist(randGenerator)); in createVectors()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/filter/testing/
H A DUnitTestPointTransform.cxx30 std::mt19937 randGenerator; variable
159 vtkm::Vec<vtkm::FloatDefault, 3>(transDist(randGenerator), in TestPointTransform()
160 transDist(randGenerator), in TestPointTransform()
161 transDist(randGenerator))); in TestPointTransform()
172 TestPointTransformScale(ds, vtkm::Vec<vtkm::FloatDefault, 3>(scaleDist(randGenerator))); in TestPointTransform()
174 vtkm::Vec<vtkm::FloatDefault, 3>(scaleDist(randGenerator), in TestPointTransform()
175 scaleDist(randGenerator), in TestPointTransform()
176 scaleDist(randGenerator))); in TestPointTransform()
183 angles.push_back(angleDist(randGenerator)); in TestPointTransform()
198 axisDist(randGenerator), axisDist(randGenerator), axisDist(randGenerator))); in TestPointTransform()
H A DUnitTestDotProductFilter.cxx30 std::mt19937 randGenerator; variable
72 randomDist(randGenerator); in createVectors()
79 randomDist(randGenerator), randomDist(randGenerator), randomDist(randGenerator)); in createVectors()
81 randomDist(randGenerator), randomDist(randGenerator), randomDist(randGenerator)); in createVectors()
H A DUnitTestCrossProductFilter.cxx30 std::mt19937 randGenerator; variable
72 randomDist(randGenerator); in createVectors()
79 randomDist(randGenerator), randomDist(randGenerator), randomDist(randGenerator)); in createVectors()
81 randomDist(randGenerator), randomDist(randGenerator), randomDist(randGenerator)); in createVectors()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/testing/
H A DUnitTestPointTransform.cxx32 std::mt19937 randGenerator; variable
152 vtkm::Vec<vtkm::FloatDefault, 3>(transDist(randGenerator), in TestPointTransform()
153 transDist(randGenerator), in TestPointTransform()
154 transDist(randGenerator))); in TestPointTransform()
165 TestPointTransformScale(ds, vtkm::Vec<vtkm::FloatDefault, 3>(scaleDist(randGenerator))); in TestPointTransform()
167 vtkm::Vec<vtkm::FloatDefault, 3>(scaleDist(randGenerator), in TestPointTransform()
168 scaleDist(randGenerator), in TestPointTransform()
169 scaleDist(randGenerator))); in TestPointTransform()
176 angles.push_back(angleDist(randGenerator)); in TestPointTransform()
191 axisDist(randGenerator), axisDist(randGenerator), axisDist(randGenerator))); in TestPointTransform()
H A DUnitTestCrossProduct.cxx29 std::mt19937 randGenerator; variable
61 randomDist(randGenerator); in createVectors()
66 randomDist(randGenerator), randomDist(randGenerator), randomDist(randGenerator))); in createVectors()
68 randomDist(randGenerator), randomDist(randGenerator), randomDist(randGenerator))); in createVectors()
/dports/games/retroarch/RetroArch-1.9.7/deps/discord-rpc/src/
H A Dbackoff.h13 std::mt19937_64 randGenerator; member
20 , randGenerator((uint64_t)time(0)) in Backoff()
32 randDistribution(randGenerator)); in nextDelay()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/discord/src/
H A Dbackoff.h13 std::mt19937_64 randGenerator; member
16 double rand01() { return randDistribution(randGenerator); } in rand01()
23 , randGenerator((uint64_t)time(0)) in Backoff()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/src/
H A Dbackoff.h13 std::mt19937_64 randGenerator; member
16 double rand01() { return randDistribution(randGenerator); } in rand01()
23 , randGenerator((uint64_t)time(0)) in Backoff()
/dports/emulators/mgba/mgba-0.9.2/src/third-party/discord-rpc/src/
H A Dbackoff.h13 std::mt19937_64 randGenerator; member
16 double rand01() { return randDistribution(randGenerator); } in rand01()
23 , randGenerator((uint64_t)time(0)) in Backoff()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/discord-rpc/src/
H A Dbackoff.h13 std::mt19937_64 randGenerator; member
16 double rand01() { return randDistribution(randGenerator); } in rand01()
23 , randGenerator((uint64_t)time(0)) in Backoff()
/dports/games/warzone2100/warzone2100/3rdparty/discord-rpc/src/
H A Dbackoff.h13 std::mt19937_64 randGenerator; member
16 double rand01() { return randDistribution(randGenerator); } in rand01()
23 , randGenerator((uint64_t)time(0)) in Backoff()
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/discord-rpc/src/
H A Dbackoff.h13 std::mt19937_64 randGenerator; member
16 double rand01() { return randDistribution(randGenerator); } in rand01()
23 , randGenerator((uint64_t)time(0)) in Backoff()
/dports/emulators/stella/stella-6.6/src/emucore/
H A DCartE0.cxx36 bank(mySystem->randGenerator().next() % 8, 0); in reset()
37 bank(mySystem->randGenerator().next() % 8, 1); in reset()
38 bank(mySystem->randGenerator().next() % 8, 2); in reset()
H A DCart3EPlus.cxx39 bank(mySystem->randGenerator().next() % romBankCount(), 0); in reset()
40 bank(mySystem->randGenerator().next() % romBankCount(), 1); in reset()
41 bank(mySystem->randGenerator().next() % romBankCount(), 2); in reset()
/dports/multimedia/lms/lms-3.25.2/src/libs/utils/impl/
H A DRandom.cpp27 static thread_local RandGenerator randGenerator(rd()); in getRandGenerator() local
29 return randGenerator; in getRandGenerator()
/dports/misc/dartsim/dart-6.11.1/dart/math/
H A DRandom.cpp41 static GeneratorType randGenerator(getSeed()); in getGenerator() local
42 return randGenerator; in getGenerator()
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/buffer/
H A DTestPriorityBuffer.java287 Random randGenerator = new Random(); in testRandom() local
296 h.add( new Integer( randGenerator.nextInt(heapSize)) ); in testRandom()
300 h.add(new Integer(randGenerator.nextInt(heapSize))); in testRandom()
360 Random randGenerator = new Random(); in testSerialization() local
368 h.add(new Integer(randGenerator.nextInt(heapSize))); in testSerialization()
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/src/
H A DRand.cc90 static GeneratorType randGenerator(Seed()); in RandGenerator() local
91 return randGenerator; in RandGenerator()
/dports/games/libretro-stella2014/stella2014-libretro-64f9364/stella/src/emucore/
H A DM6502.cxx116 A = mySystem->randGenerator().next(); in reset()
117 X = mySystem->randGenerator().next(); in reset()
118 Y = mySystem->randGenerator().next(); in reset()
119 PS(mySystem->randGenerator().next()); in reset()
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/
H A DOrderingSuite.scala110 val randGenerator = maybeDataGenerator.get constant
113 val a = toCatalyst(randGenerator()).asInstanceOf[InternalRow]
114 val b = toCatalyst(randGenerator()).asInstanceOf[InternalRow]

123