Home
last modified time | relevance | path

Searched defs:random (Results 1 – 25 of 6120) sorted by relevance

12345678910>>...245

/dports/databases/slony1v2/slony1-2.2.10/tests/testdeadlockddl/
H A Dgenerate_dml.sh111 select * from table1 order by random() limit 5; function
127 select * from table1 order by random() limit 5; function
143 select * from table1 order by random() limit 5; function
159 select * from table1 order by random() limit 5; function
175 select * from table1 order by random() limit 5; function
191 select * from table1 order by random() limit 5; function
207 select * from table1 order by random() limit 5; function
223 select * from table1 order by random() limit 5; function
239 select * from table1 order by random() limit 5; function
255 select * from table1 order by random() limit 5; function
[all …]
/dports/databases/slony1v2/slony1-2.2.10/tests/testinherit/
H A Dgenerate_dml.sh69 select product_id into temp table products_foo from products order by random() limit 10; function
70 select region_code into temp table regions_foo from regions order by random() limit 10; function
72 …select purchase_product( region_code, product_id, (random()*5+random()*8+random()*7)::integer) fro… function
75 …select purchase_product( region_code, product_id, (random()*5+random()*8+random()*7)::integer) fro… function
78 select product_id into temp table products_bar from products order by random() limit 5; function
79 select region_code into temp table regions_bar from regions order by random() limit 5; function
82 …select purchase_product( region_code, product_id, (random()*5+random()*8+random()*7)::integer) fro… function
85 …select purchase_product( region_code, product_id, (random()*5+random()*8+random()*7)::integer) fro… function
/dports/math/calc/calc-2.14.0.14/
H A Dzrandom.h53 struct random { struct
57 HALF buffer; /* unused random bits from previous call */ argument
73 E_FUNC RANDOM *zsrandom1(CONST ZVALUE seed, BOOL need_ret); argument
83 E_FUNC RANDOM *randomcopy(CONST RANDOM *random); argument
/dports/math/py-seaborn/seaborn-0.11.0/seaborn/tests/
H A Dtest_algorithms.py12 def random(): function
16 def test_bootstrap(random): argument
26 def test_bootstrap_length(random): argument
37 def test_bootstrap_range(random): argument
46 def test_bootstrap_multiarg(random): argument
59 def test_bootstrap_axis(random): argument
71 def test_bootstrap_seed(random): argument
80 def test_bootstrap_ols(random): argument
104 def test_bootstrap_units(random): argument
140 def test_bootstrap_reproducibility(random): argument
/dports/math/giacxcas/giac-1.6.0/src/
H A Dtinymt32.h54 tinymt32_t * random __attribute__((unused))) { in tinymt32_get_mexp()
58 inline static int tinymt32_get_mexp(tinymt32_t * random) { in tinymt32_get_mexp()
68 inline static void tinymt32_next_state(tinymt32_t * random) { in tinymt32_next_state()
92 inline static uint32_t tinymt32_temper(tinymt32_t * random) { in tinymt32_temper()
113 inline static float tinymt32_temper_conv(tinymt32_t * random) { in tinymt32_temper_conv()
140 inline static float tinymt32_temper_conv_open(tinymt32_t * random) { in tinymt32_temper_conv_open()
179 inline static float tinymt32_generate_float(tinymt32_t * random) { in tinymt32_generate_float()
190 inline static float tinymt32_generate_float12(tinymt32_t * random) { in tinymt32_generate_float12()
201 inline static float tinymt32_generate_float01(tinymt32_t * random) { in tinymt32_generate_float01()
212 inline static float tinymt32_generate_floatOC(tinymt32_t * random) { in tinymt32_generate_floatOC()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyGeneratorCore.java58 private SecureRandom random; field in KeyGeneratorCore
73 void implInit(SecureRandom random) { in implInit()
80 void implInit(AlgorithmParameterSpec params, SecureRandom random) in implInit()
88 void implInit(int keysize, SecureRandom random) { in implInit()
115 protected void engineInit(SecureRandom random) { in engineInit()
124 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
161 protected void engineInit(SecureRandom random) { in engineInit()
170 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
190 protected void engineInit(SecureRandom random) { in engineInit()
199 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyGeneratorCore.java58 private SecureRandom random; field in KeyGeneratorCore
73 void implInit(SecureRandom random) { in implInit()
80 void implInit(AlgorithmParameterSpec params, SecureRandom random) in implInit()
88 void implInit(int keysize, SecureRandom random) { in implInit()
115 protected void engineInit(SecureRandom random) { in engineInit()
124 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
161 protected void engineInit(SecureRandom random) { in engineInit()
170 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
190 protected void engineInit(SecureRandom random) { in engineInit()
199 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyGeneratorCore.java58 private SecureRandom random; field in KeyGeneratorCore
73 void implInit(SecureRandom random) { in implInit()
80 void implInit(AlgorithmParameterSpec params, SecureRandom random) in implInit()
88 void implInit(int keysize, SecureRandom random) { in implInit()
115 protected void engineInit(SecureRandom random) { in engineInit()
124 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
161 protected void engineInit(SecureRandom random) { in engineInit()
170 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
190 protected void engineInit(SecureRandom random) { in engineInit()
199 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyGeneratorCore.java58 private SecureRandom random; field in KeyGeneratorCore
73 void implInit(SecureRandom random) { in implInit()
80 void implInit(AlgorithmParameterSpec params, SecureRandom random) in implInit()
88 void implInit(int keysize, SecureRandom random) { in implInit()
115 protected void engineInit(SecureRandom random) { in engineInit()
124 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
161 protected void engineInit(SecureRandom random) { in engineInit()
170 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
190 protected void engineInit(SecureRandom random) { in engineInit()
199 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyGeneratorCore.java58 private SecureRandom random; field in KeyGeneratorCore
73 void implInit(SecureRandom random) { in implInit()
80 void implInit(AlgorithmParameterSpec params, SecureRandom random) in implInit()
88 void implInit(int keysize, SecureRandom random) { in implInit()
115 protected void engineInit(SecureRandom random) { in engineInit()
124 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
161 protected void engineInit(SecureRandom random) { in engineInit()
170 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
190 protected void engineInit(SecureRandom random) { in engineInit()
199 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/crypto/random/
H A DTestOsSecureRandom.java33 OsSecureRandom random = new OsSecureRandom(); in getOsSecureRandom() local
40 OsSecureRandom random = getOsSecureRandom(); in testRandomBytes() local
56 private void checkRandomBytes(OsSecureRandom random, int len) { in checkRandomBytes()
73 OsSecureRandom random = getOsSecureRandom(); in testRandomInt() local
89 OsSecureRandom random = getOsSecureRandom(); in testRandomLong() local
105 OsSecureRandom random = getOsSecureRandom(); in testRandomFloat() local
121 OsSecureRandom random = getOsSecureRandom(); in testRandomDouble() local
133 OsSecureRandom random = getOsSecureRandom(); in testRefillReservoir() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/crypto/provider/
H A DKeyGeneratorCore.java58 private SecureRandom random; field in KeyGeneratorCore
73 void implInit(SecureRandom random) { in implInit()
80 void implInit(AlgorithmParameterSpec params, SecureRandom random) in implInit()
88 void implInit(int keysize, SecureRandom random) { in implInit()
114 protected void engineInit(SecureRandom random) { in engineInit()
118 SecureRandom random) throws InvalidAlgorithmParameterException { in engineInit()
121 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
156 protected void engineInit(SecureRandom random) { in engineInit()
163 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
181 protected void engineInit(SecureRandom random) { in engineInit()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/crypto/provider/
H A DKeyGeneratorCore.java58 private SecureRandom random; field in KeyGeneratorCore
73 void implInit(SecureRandom random) { in implInit()
80 void implInit(AlgorithmParameterSpec params, SecureRandom random) in implInit()
88 void implInit(int keysize, SecureRandom random) { in implInit()
114 protected void engineInit(SecureRandom random) { in engineInit()
118 SecureRandom random) throws InvalidAlgorithmParameterException { in engineInit()
121 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
156 protected void engineInit(SecureRandom random) { in engineInit()
163 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
181 protected void engineInit(SecureRandom random) { in engineInit()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrTestUtils.cpp18 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix()
79 const SkMatrix& TestMatrixRectStaysRect(SkRandom* random) { in TestMatrixRectStaysRect()
108 const SkRect& TestRect(SkRandom* random) { in TestRect()
124 const SkRect& TestSquare(SkRandom* random) { in TestSquare()
135 const SkRRect& TestRRectSimple(SkRandom* random) { in TestRRectSimple()
153 const SkPath& TestPath(SkRandom* random) { in TestPath()
194 const SkPath& TestPathConvex(SkRandom* random) { in TestPathConvex()
239 SkStrokeRec TestStrokeRec(SkRandom* random) { in TestStrokeRec()
247 void TestStyle(SkRandom* random, GrStyle* style) { in TestStyle()
293 sk_sp<SkColorSpace> TestColorSpace(SkRandom* random) { in TestColorSpace()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyGeneratorCore.java58 private SecureRandom random; field in KeyGeneratorCore
73 void implInit(SecureRandom random) { in implInit()
80 void implInit(AlgorithmParameterSpec params, SecureRandom random) in implInit()
88 void implInit(int keysize, SecureRandom random) { in implInit()
115 protected void engineInit(SecureRandom random) { in engineInit()
124 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
191 protected void engineInit(SecureRandom random) { in engineInit()
200 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
220 protected void engineInit(SecureRandom random) { in engineInit()
229 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyGeneratorCore.java59 private SecureRandom random; field in KeyGeneratorCore
74 void implInit(SecureRandom random) { in implInit()
81 void implInit(AlgorithmParameterSpec params, SecureRandom random) in implInit()
89 void implInit(int keysize, SecureRandom random) { in implInit()
120 protected void engineInit(SecureRandom random) { in engineInit()
129 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
196 protected void engineInit(SecureRandom random) { in engineInit()
205 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
225 protected void engineInit(SecureRandom random) { in engineInit()
234 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyGeneratorCore.java58 private SecureRandom random; field in KeyGeneratorCore
73 void implInit(SecureRandom random) { in implInit()
80 void implInit(AlgorithmParameterSpec params, SecureRandom random) in implInit()
88 void implInit(int keysize, SecureRandom random) { in implInit()
115 protected void engineInit(SecureRandom random) { in engineInit()
124 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
191 protected void engineInit(SecureRandom random) { in engineInit()
200 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
220 protected void engineInit(SecureRandom random) { in engineInit()
229 protected void engineInit(int keySize, SecureRandom random) { in engineInit()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrTestUtils.cpp23 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix()
84 const SkMatrix& TestMatrixRectStaysRect(SkRandom* random) { in TestMatrixRectStaysRect()
122 const SkRect& TestRect(SkRandom* random) { in TestRect()
138 const SkRect& TestSquare(SkRandom* random) { in TestSquare()
149 const SkRRect& TestRRectSimple(SkRandom* random) { in TestRRectSimple()
167 const SkPath& TestPath(SkRandom* random) { in TestPath()
208 const SkPath& TestPathConvex(SkRandom* random) { in TestPathConvex()
253 SkStrokeRec TestStrokeRec(SkRandom* random) { in TestStrokeRec()
261 void TestStyle(SkRandom* random, GrStyle* style) { in TestStyle()
307 sk_sp<SkColorSpace> TestColorSpace(SkRandom* random) { in TestColorSpace()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrTestUtils.cpp23 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix()
84 const SkMatrix& TestMatrixRectStaysRect(SkRandom* random) { in TestMatrixRectStaysRect()
122 const SkRect& TestRect(SkRandom* random) { in TestRect()
138 const SkRect& TestSquare(SkRandom* random) { in TestSquare()
149 const SkRRect& TestRRectSimple(SkRandom* random) { in TestRRectSimple()
167 const SkPath& TestPath(SkRandom* random) { in TestPath()
208 const SkPath& TestPathConvex(SkRandom* random) { in TestPathConvex()
253 SkStrokeRec TestStrokeRec(SkRandom* random) { in TestStrokeRec()
261 void TestStyle(SkRandom* random, GrStyle* style) { in TestStyle()
307 sk_sp<SkColorSpace> TestColorSpace(SkRandom* random) { in TestColorSpace()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrTestUtils.cpp22 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix()
83 const SkMatrix& TestMatrixRectStaysRect(SkRandom* random) { in TestMatrixRectStaysRect()
121 const SkRect& TestRect(SkRandom* random) { in TestRect()
137 const SkRect& TestSquare(SkRandom* random) { in TestSquare()
148 const SkRRect& TestRRectSimple(SkRandom* random) { in TestRRectSimple()
166 const SkPath& TestPath(SkRandom* random) { in TestPath()
207 const SkPath& TestPathConvex(SkRandom* random) { in TestPathConvex()
252 SkStrokeRec TestStrokeRec(SkRandom* random) { in TestStrokeRec()
260 void TestStyle(SkRandom* random, GrStyle* style) { in TestStyle()
306 sk_sp<SkColorSpace> TestColorSpace(SkRandom* random) { in TestColorSpace()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrTestUtils.cpp23 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix()
84 const SkMatrix& TestMatrixRectStaysRect(SkRandom* random) { in TestMatrixRectStaysRect()
122 const SkRect& TestRect(SkRandom* random) { in TestRect()
138 const SkRect& TestSquare(SkRandom* random) { in TestSquare()
149 const SkRRect& TestRRectSimple(SkRandom* random) { in TestRRectSimple()
167 const SkPath& TestPath(SkRandom* random) { in TestPath()
208 const SkPath& TestPathConvex(SkRandom* random) { in TestPathConvex()
253 SkStrokeRec TestStrokeRec(SkRandom* random) { in TestStrokeRec()
261 void TestStyle(SkRandom* random, GrStyle* style) { in TestStyle()
307 sk_sp<SkColorSpace> TestColorSpace(SkRandom* random) { in TestColorSpace()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrTestUtils.cpp23 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix()
84 const SkMatrix& TestMatrixRectStaysRect(SkRandom* random) { in TestMatrixRectStaysRect()
122 const SkRect& TestRect(SkRandom* random) { in TestRect()
138 const SkRect& TestSquare(SkRandom* random) { in TestSquare()
149 const SkRRect& TestRRectSimple(SkRandom* random) { in TestRRectSimple()
167 const SkPath& TestPath(SkRandom* random) { in TestPath()
208 const SkPath& TestPathConvex(SkRandom* random) { in TestPathConvex()
253 SkStrokeRec TestStrokeRec(SkRandom* random) { in TestStrokeRec()
261 void TestStyle(SkRandom* random, GrStyle* style) { in TestStyle()
307 sk_sp<SkColorSpace> TestColorSpace(SkRandom* random) { in TestColorSpace()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrTestUtils.cpp21 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix()
82 const SkMatrix& TestMatrixRectStaysRect(SkRandom* random) { in TestMatrixRectStaysRect()
120 const SkRect& TestRect(SkRandom* random) { in TestRect()
136 const SkRect& TestSquare(SkRandom* random) { in TestSquare()
147 const SkRRect& TestRRectSimple(SkRandom* random) { in TestRRectSimple()
165 const SkPath& TestPath(SkRandom* random) { in TestPath()
206 const SkPath& TestPathConvex(SkRandom* random) { in TestPathConvex()
251 SkStrokeRec TestStrokeRec(SkRandom* random) { in TestStrokeRec()
259 void TestStyle(SkRandom* random, GrStyle* style) { in TestStyle()
305 sk_sp<SkColorSpace> TestColorSpace(SkRandom* random) { in TestColorSpace()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrTestUtils.cpp21 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix()
82 const SkMatrix& TestMatrixRectStaysRect(SkRandom* random) { in TestMatrixRectStaysRect()
120 const SkRect& TestRect(SkRandom* random) { in TestRect()
136 const SkRect& TestSquare(SkRandom* random) { in TestSquare()
147 const SkRRect& TestRRectSimple(SkRandom* random) { in TestRRectSimple()
165 const SkPath& TestPath(SkRandom* random) { in TestPath()
213 const SkPath& TestPathConvex(SkRandom* random) { in TestPathConvex()
258 SkStrokeRec TestStrokeRec(SkRandom* random) { in TestStrokeRec()
266 void TestStyle(SkRandom* random, GrStyle* style) { in TestStyle()
312 sk_sp<SkColorSpace> TestColorSpace(SkRandom* random) { in TestColorSpace()
[all …]
/dports/games/pioneer/pioneer-20210723/data/economy/
H A Dconsumables.json4 "random": [ 32, 128 ], array
8 "random": [ 32, 128 ], array
12 "random": [ 32, 128 ], array
16 "random": [ 32, 128 ], array
20 "random": [ 32, 128 ], array
24 "random": [ 32, 128 ] array
27 "random": [ 32, 128 ] array
30 "random": [ 32, 128 ] array
33 "random": [ 32, 128 ] array
36 "random": [ 32, 128 ] array

12345678910>>...245