Home
last modified time | relevance | path

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

12345678910>>...445

/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/t/
H A Deci_maidenhead.t406 is $grid, 'BG34fk', q{Random location 1 Maidenhead grid};
413 is $grid, 'PF20en', q{Random location 2 Maidenhead grid};
420 is $grid, 'DI59hq', q{Random location 3 Maidenhead grid};
422 cmp_ok $lat, '==', -0.3125, q{Random location 3 latitude};
427 is $grid, 'BI34ai', q{Random location 4 Maidenhead grid};
434 is $grid, 'QL68nc', q{Random location 5 Maidenhead grid};
436 cmp_ok $lat, '==', 28.1042, q{Random location 5 latitude};
441 is $grid, 'BI16or', q{Random location 6 Maidenhead grid};
448 is $grid, 'EK83qp', q{Random location 7 Maidenhead grid};
455 is $grid, 'QD76lq', q{Random location 8 Maidenhead grid};
[all …]
/dports/math/gap/gap-4.11.0/tst/testinstall/
H A Drandom.tst17 gap> randomTest(Integers, Random);
18 gap> randomTest(Rationals, Random);
23 gap> randomTest(GF(2), Random);
24 gap> randomTest(GF(3), Random);
25 gap> randomTest(GF(4), Random);
26 gap> randomTest(GF(257), Random);
29 gap> randomTest(GF(2^20), Random);
127 > randomTest(orb,Random);
134 > randomTest(orb,Random);
147 gap> randomTest([1], Random);
[all …]
/dports/science/octopus/octopus-10.5/testsuite/components/
H A D18-interpolation.test13 match ; Interpolation point real 1; GREPFIELD(out, 'Random point real 1 error:', 6) ; 0.0
14 match ; Interpolation point real 2; GREPFIELD(out, 'Random point real 2 error:', 6) ; 0.0
15 match ; Interpolation point real 3; GREPFIELD(out, 'Random point real 3 error:', 6) ; 0.0
16 match ; Interpolation point real 4; GREPFIELD(out, 'Random point real 4 error:', 6) ; 0.0
17 match ; Interpolation point real 5; GREPFIELD(out, 'Random point real 5 error:', 6) ; 0.0
18 match ; Interpolation point real 6; GREPFIELD(out, 'Random point real 6 error:', 6) ; 0.0
19 match ; Interpolation point real 7; GREPFIELD(out, 'Random point real 7 error:', 6) ; 0.0
20 match ; Interpolation point real 8; GREPFIELD(out, 'Random point real 8 error:', 6) ; 0.0
21 match ; Interpolation point real 9; GREPFIELD(out, 'Random point real 9 error:', 6) ; 0.0
22 match ; Interpolation point real 10; GREPFIELD(out, 'Random point real 20 error:', 6) ; 0.0
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib1/
H A D2.98.213.table2 1 1 SPPT1 Random pattern 1 for sppt (dimensionless)
3 2 2 SPPT2 Random pattern 2 for sppt (dimensionless)
4 3 3 SPPT3 Random pattern 3 for sppt (dimensionless)
5 4 4 SPPT4 Random pattern 4 for sppt (dimensionless)
6 5 5 SPPT5 Random pattern 5 for sppt (dimensionless)
7 101 101 SPP1 Random pattern 1 for SPP scheme (dimensionless)
8 102 102 SPP2 Random pattern 2 for SPP scheme (dimensionless)
9 103 103 SPP3 Random pattern 3 for SPP scheme (dimensionless)
10 104 104 SPP4 Random pattern 4 for SPP scheme (dimensionless)
11 105 105 SPP5 Random pattern 5 for SPP scheme (dimensionless)
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib1/
H A D2.98.213.table2 1 sppt1 Random pattern 1 for sppt (dimensionless)
3 2 sppt2 Random pattern 2 for sppt (dimensionless)
4 3 sppt3 Random pattern 3 for sppt (dimensionless)
5 4 sppt4 Random pattern 4 for sppt (dimensionless)
6 5 sppt5 Random pattern 5 for sppt (dimensionless)
7 101 spp1 Random pattern 1 for SPP scheme (dimensionless)
8 102 spp2 Random pattern 2 for SPP scheme (dimensionless)
9 103 spp3 Random pattern 3 for SPP scheme (dimensionless)
10 104 spp4 Random pattern 4 for SPP scheme (dimensionless)
11 105 spp5 Random pattern 5 for SPP scheme (dimensionless)
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/random/
H A Drand_spec.rb19 Random.srand 33
21 Random.srand 33
41 Random.srand 33
43 Random.srand 33
61 prng = Random.new
67 prng = Random.new
105 prng = Random.new
111 prng = Random.new
137 prng = Random.new
143 prng = Random.new
[all …]
/dports/games/freedroid/freedroid-1.0.2/map/
H A DParadroid.droids40 Maximum number of Random Droids=8
41 Minimum number of Random Droids=7
51 Maximum number of Random Droids=8
52 Minimum number of Random Droids=7
60 Maximum number of Random Droids=4
61 Minimum number of Random Droids=4
70 Maximum number of Random Droids=8
71 Minimum number of Random Droids=7
80 Maximum number of Random Droids=8
81 Minimum number of Random Droids=8
[all …]
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/random-1.2.1/src/System/
H A DRandom.hs13 module System.Random
27 , Random(..)
205 class Random a where constructor
293 instance Random Int8
297 instance Random Int
370 instance (Random a, Random b) => Random (a, b) where
378 instance (Random a, Random b, Random c) => Random (a, b, c) where
388 instance (Random a, Random b, Random c, Random d) => Random (a, b, c, d) where
400 instance (Random a, Random b, Random c, Random d, Random e) => Random (a, b, c, d, e) where
413 instance (Random a, Random b, Random c, Random d, Random e, Random f) =>
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/data/config/
H A Dserverdb.kvc5 0_Description=Abjects:%20Random%20server
7 1_Description=Abjects:%20Random%20EU%20server
9 2_Description=Abjects:%20Random%20US%20server
25 0_Description=Afternet:%20Random%20server
29 0_Description=AlphaChat:%20Random%20Server
43 0_Description=Axenet:%20Random%20server
51 0_Description=Main%20Random%20Server
64 0_Description=Blitzed:%20Random%20server
85 0_Description=Chatnet:%20Random%20server
101 0_Description=Criten:%20Random%20server
[all …]
/dports/misc/dartsim/dart-6.11.1/unittests/unit/
H A Dtest_Random.cpp103 Random::uniform(mins, maxs); in TEST()
104 Random::uniform(mini, maxi); in TEST()
105 Random::uniform(minl, maxl); in TEST()
111 Random::uniform(minf, maxf); in TEST()
112 Random::uniform(mind, maxd); in TEST()
182 TEST(Random, UniformScalar) in TEST() argument
249 TEST(Random, NormalScalar) in TEST() argument
268 TEST(Random, UniformVector) in TEST() argument
295 TEST(Random, SetSeed) in TEST() argument
308 math::Random::setSeed(i); in TEST()
[all …]
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/libv3/models/codon/
H A DMG_REV_PROPERTIES.bf255 "Random" : {
256 "Random Factor 1":{
257 "A":Random(-2,2),
258 "C":Random(-2,2),
259 "D":Random(-2,2),
260 "E":Random(-2,2),
276 "Y":Random(-2,2)
298 "Y":Random(-2,2)
320 "Y":Random(-2,2)
342 "Y":Random(-2,2)
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Random/src/
H A DRandom.cpp41 class Random::RandomImpl {
95 class Random::Uniform::UniformImpl : public Random::RandomImpl {
129 class Random::Gaussian::GaussianImpl : public Random::RandomImpl {
181 Random::Random() : impl(0) { in Random() function in SimTK::Random
184 Random::~Random() { in ~Random()
188 Random::RandomImpl& Random::getImpl() { in getImpl()
193 const Random::RandomImpl& Random::getConstImpl() const { in getConstImpl()
219 Random::Uniform::UniformImpl& Random::Uniform::getImpl() { in getImpl()
224 const Random::Uniform::UniformImpl& Random::Uniform::getConstImpl() const { in getConstImpl()
257 Random::Gaussian::GaussianImpl& Random::Gaussian::getImpl() { in getImpl()
[all …]
/dports/mail/spamass-rules/spamass-rules-20190101/
H A Drandom.cf5 describe rantext1 Random text 1
9 describe rantext2 Random text 2
13 describe rantext3 Random text 3
17 describe rantext4 Random text 4
21 describe rantext5 Random text 5
25 describe rantext6 Random text 6
29 describe rantext7 Random text 7
33 describe rantext8 Random text 8
37 describe rantext9 Random text 9
41 describe rantext10 Random text 10
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Defense.ocf/KingOfTheHill.ocs/
H A DScript.c193 {X = 360 + Random(40), Y = 80 + Random(280)}, in GetBoomAttackWaypoints()
194 {X = 75 + Random(20), Y = 440 + Random(20)}, in GetBoomAttackWaypoints()
204 {X = 200 + Random(50), Y = 400 + Random(20)}, in GetBoomAttackWaypoints()
205 {X = 75 + Random(20), Y = 440 + Random(20)}, in GetBoomAttackWaypoints()
206 {X = 280 + Random(40), Y = 680 + Random(60)}, in GetBoomAttackWaypoints()
213 {X = 660 + Random(240), Y = 580 + Random(80)}, in GetBoomAttackWaypoints()
214 {X = 480 + Random(10), Y = 650 + Random(10)}, in GetBoomAttackWaypoints()
215 {X = 455 + Random(5), Y = 680 + Random(10)}, in GetBoomAttackWaypoints()
216 {X = 440 + Random(10), Y = 700 + Random(10)}, in GetBoomAttackWaypoints()
218 {X = 395 + Random(5), Y = 845 + Random(5)}, in GetBoomAttackWaypoints()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/random-1.2.0/src/System/
H A DRandom.hs13 module System.Random
27 , Random(..)
195 class Random a where constructor
258 instance Random Int8
259 instance Random Int16
260 instance Random Int32
262 instance Random Int
263 instance Random Word
276 instance Random CInt
297 instance Random Char
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/random-1.2.0/src/System/
H A DRandom.hs13 module System.Random
27 , Random(..)
195 class Random a where constructor
258 instance Random Int8
259 instance Random Int16
260 instance Random Int32
262 instance Random Int
263 instance Random Word
276 instance Random CInt
297 instance Random Char
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/random-1.2.0/src/System/
H A DRandom.hs13 module System.Random
27 , Random(..)
195 class Random a where constructor
258 instance Random Int8
259 instance Random Int16
260 instance Random Int32
262 instance Random Int
263 instance Random Word
276 instance Random CInt
297 instance Random Char
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/random-1.2.0/src/System/
H A DRandom.hs13 module System.Random
27 , Random(..)
195 class Random a where constructor
258 instance Random Int8
259 instance Random Int16
260 instance Random Int32
262 instance Random Int
263 instance Random Word
276 instance Random CInt
297 instance Random Char
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/random-1.2.0/src/System/
H A DRandom.hs13 module System.Random
27 , Random(..)
195 class Random a where constructor
258 instance Random Int8
259 instance Random Int16
260 instance Random Int32
262 instance Random Int
263 instance Random Word
276 instance Random CInt
297 instance Random Char
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/random-1.2.0/src/System/
H A DRandom.hs13 module System.Random
27 , Random(..)
195 class Random a where constructor
258 instance Random Int8
259 instance Random Int16
260 instance Random Int32
262 instance Random Int
263 instance Random Word
276 instance Random CInt
297 instance Random Char
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/random-1.2.0/src/System/
H A DRandom.hs13 module System.Random
27 , Random(..)
195 class Random a where constructor
258 instance Random Int8
259 instance Random Int16
260 instance Random Int32
262 instance Random Int
263 instance Random Word
276 instance Random CInt
297 instance Random Char
[all …]
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/random-1.2.0/src/System/
H A DRandom.hs13 module System.Random
27 , Random(..)
195 class Random a where constructor
258 instance Random Int8
259 instance Random Int16
260 instance Random Int32
262 instance Random Int
263 instance Random Word
276 instance Random CInt
297 instance Random Char
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/random-1.2.0/src/System/
H A DRandom.hs13 module System.Random
27 , Random(..)
195 class Random a where constructor
258 instance Random Int8
259 instance Random Int16
260 instance Random Int32
262 instance Random Int
263 instance Random Word
276 instance Random CInt
297 instance Random Char
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/random-1.2.0/src/System/
H A DRandom.hs13 module System.Random
27 , Random(..)
195 class Random a where constructor
258 instance Random Int8
259 instance Random Int16
260 instance Random Int32
262 instance Random Int
263 instance Random Word
276 instance Random CInt
297 instance Random Char
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/random-1.2.0/src/System/
H A DRandom.hs13 module System.Random
27 , Random(..)
195 class Random a where constructor
258 instance Random Int8
259 instance Random Int16
260 instance Random Int32
262 instance Random Int
263 instance Random Word
276 instance Random CInt
297 instance Random Char
[all …]

12345678910>>...445