Home
last modified time | relevance | path

Searched defs:rand (Results 251 – 275 of 9414) sorted by relevance

1...<<11121314151617181920>>...377

/dports/science/R-cran-e1071/e1071/R/
H A DmatchClasses.R19 rand <- 1 + (sum(tab^2) - (sum(ni^2) + sum(nj^2))/2)/n2 functionVar
25 list(diag = p0, kappa = (p0 - pc)/(1 - pc), rand = rand, nameattr
160 rand=matrix(NA, nrow=ncol(x), ncol=ncol(x)), nameattr
180 rand=matrix(NA, nrow=ncol(x), ncol=ncol(y)), globalVar
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dpersistent-unittest.cc16 static int small_big_distr(base::RandomNumberGenerator* rand) { in small_big_distr()
21 base::RandomNumberGenerator rand(92834738); in TEST() local
80 base::RandomNumberGenerator rand(92834738); in TEST() local
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/bug037/
H A Dsim_simulation.v08.vhdl177 variable rand : REAL; variable
197 variable rand : REAL; variable
285 variable rand : REAL; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dextension_test.cc44 std::string rand = MakeRandomString(chunk_size); in TEST() local
58 std::string rand = MakeRandomString(1); in TEST() local
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dbug-10127.cs38 Random rand = new Random(seed); field in WeakReferenceTest.Tester
76 public static string RandString(this Random rand, int len) in RandString()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dextension_test.cc44 std::string rand = MakeRandomString(chunk_size); in TEST() local
58 std::string rand = MakeRandomString(1); in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DSortTest.cpp20 static void rand_array(SkRandom& rand, int array[], int n) { in rand_array()
44 SkRandom rand; in DEF_TEST() local
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/lua/
H A Dscimark.lua98 function rand() function
116 function rand() function
/dports/devel/glibmm/glibmm-2.64.2/examples/thread/
H A Dthread.cc46 Glib::Rand rand(1234); in producer() local
75 Glib::Rand rand(4567); in consumer() local
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dextension_test.cc43 std::string rand = MakeRandomString(chunk_size); in TEST() local
57 std::string rand = MakeRandomString(1); in TEST() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/include/mxnet/
H A Drandom_generator.h63 MSHADOW_XINLINE int rand() { return engine_->operator()(); } in rand() function
144 MSHADOW_FORCE_INLINE __device__ int rand() { in rand() function
203 MSHADOW_FORCE_INLINE __device__ int rand() { in rand() function
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/include/mxnet/
H A Drandom_generator.h63 MSHADOW_XINLINE int rand() { return engine_->operator()(); } in rand() function
144 MSHADOW_FORCE_INLINE __device__ int rand() { in rand() function
203 MSHADOW_FORCE_INLINE __device__ int rand() { in rand() function
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestSeekBug.java47 Random rand = new Random(seed); in writeFile() local
65 Random rand = new Random(seed); in seekReadFile() local
94 Random rand = new Random(seed); in smallReadSeek() local
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki/src/main/java/de/lmu/ifi/dbs/elki/algorithm/statistics/
H A DDistanceQuantileSampler.java92 private RandomFactory rand; field in DistanceQuantileSampler
104 …super O> distanceFunction, double quantile, double sampling, boolean nozeros, RandomFactory rand) { in DistanceQuantileSampler()
213 private RandomFactory rand; field in DistanceQuantileSampler.Parameterizer
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/SuperReadsR/include/
H A Dskip_list_map.hpp49 const Random& rand = Random()) : in skip_list_map()
53 const Random& rand = Random()) : in skip_list_map()
60 const Random& rand = Random()) : in skip_list_map()
/dports/games/pioneer/pioneer-20210723/src/galaxy/
H A DStarSystemGenerator.cpp381 const std::vector<CustomSystemBody *> &children, int *outHumanInfestedness, Random &rand) in CustomGetKidsOf()
674 void StarSystemRandomGenerator::PickPlanetType(SystemBody *sbody, Random &rand) in PickPlanetType()
900 …akePlanetsAround(RefCountedPtr<StarSystem::GeneratorAPI> system, SystemBody *primary, Random &rand) in MakePlanetsAround()
1047 …arSystemRandomGenerator::MakeStarOfType(SystemBody *sbody, SystemBody::BodyType type, Random &rand) in MakeStarOfType()
1096 void StarSystemRandomGenerator::MakeRandomStar(SystemBody *sbody, Random &rand) in MakeRandomStar()
1112 …tarSystemRandomGenerator::MakeBinaryPair(SystemBody *a, SystemBody *b, fixed minDist, Random &rand) in MakeBinaryPair()
1352 Random rand; in PopulateStage1() local
1510 Random rand; in PopulateAddStations() local
1653 Random rand(_init, 5); in SetSysPolit() local
1690 Random rand(_init, 5); in SetCommodityLegality() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/builtins/Unit/
H A Dfp_test.h224 static inline uint16_t makeNaN16(uint16_t rand) in makeNaN16()
229 static inline float makeNaN32(uint32_t rand) in makeNaN32()
234 static inline double makeNaN64(uint64_t rand) in makeNaN64()
240 static inline long double makeNaN128(uint64_t rand) in makeNaN128()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/builtins/Unit/
H A Dfp_test.h224 static inline uint16_t makeNaN16(uint16_t rand) in makeNaN16()
229 static inline float makeNaN32(uint32_t rand) in makeNaN32()
234 static inline double makeNaN64(uint64_t rand) in makeNaN64()
240 static inline long double makeNaN128(uint64_t rand) in makeNaN128()
/dports/math/py-theano/Theano-1.0.5/theano/tensor/nnet/tests/
H A Dtest_corr3d.py272 def rand(shape, dtype='float64'): function
301 def rand(*shape): function
334 def rand(*shape): function
375 def rand(*shape): function
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/test/java/org/apache/spark/sql/catalyst/expressions/
H A DHiveHasherSuite.java64 Random rand = new Random(); in randomizedStressTest() local
84 Random rand = new Random(); in randomizedStressTestBytes() local
H A DXXH64Suite.java103 Random rand = new Random(); in randomizedStressTest() local
123 Random rand = new Random(); in randomizedStressTestBytes() local
/dports/misc/quantum++/qpp-3.0/include/
H A Drandom.hpp45 inline double rand(double a, double b) { in rand() function
69 inline bigint rand(bigint a, bigint b) { in rand() function
135 Derived rand(QPP_UNUSED_ idx rows, QPP_UNUSED_ idx cols, in rand() function
142 inline dmat rand(idx rows, idx cols, double a, double b) { in rand() function
157 inline cmat rand(idx rows, idx cols, double a, double b) { in rand() function
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/index/preprocessed/fastoptics/
H A DRandomProjectedNeighborsAndDensities.java172 Random rand = rnd.getSingleThreadedRandom(); in computeSetsBounds() local
230 splitupNoSort(DBIDUtil.newArray(ptList), 0, size, 0, rand); in computeSetsBounds() local
246 public void splitupNoSort(ArrayModifiableDBIDs ind, int begin, int end, int dim, Random rand) { in splitupNoSort()
288 …nt splitRandomly(ArrayModifiableDBIDs ind, int begin, int end, DoubleDataStore tpro, Random rand) { in splitRandomly()
327 … splitByDistance(ArrayModifiableDBIDs ind, int begin, int end, DoubleDataStore tpro, Random rand) { in splitByDistance()
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/crypto/test/
H A DPaddingTest.java65 SecureRandom rand, in testPadding()
143 SecureRandom rand = new SecureRandom(new byte[20]); in performTest() local
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/generated_tests/
H A Dgen_tcs_input_tests.py147 rand = lambda: random.randint(-0x80000000, 0x7fffffff) function
149 rand = lambda: random.randint(0, 0xffffffff) function

1...<<11121314151617181920>>...377