Home
last modified time | relevance | path

Searched refs:randoms (Results 1 – 25 of 715) sorted by last modified time

12345678910>>...29

/dports/math/gap/gap-4.11.0/extern/gmp/tests/devel/
H A Dtry.c2190 #define ARRAY_ITERATION(var, index, limit, array, randoms, cond) \ argument
/dports/math/dieharder/dieharder-3.31.1/dieharder/
H A DNOTES586 randoms)? If the complete distribution of 8 bit bytes (rgb_bitdist at 8
/dports/math/dieharder/dieharder-3.31.1/
H A DNOTES586 randoms)? If the complete distribution of 8 bit bytes (rgb_bitdist at 8
/dports/math/dieharder/dieharder-3.31.1/libdieharder/
H A DNOTES586 randoms)? If the complete distribution of 8 bit bytes (rgb_bitdist at 8
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_server/task/
H A Dtask_wait.phpt11 $randoms = [];
14 $randoms[] = random_bytes(mt_rand(0, 65536));
30 $pm->childFunc = function () use ($pm, $randoms) {
40 …, function (swoole_http_request $request, swoole_http_response $response) use ($server, $randoms) {
46 } elseif ($ret_random !== $randoms[$n]) {
47 …->end("ERROR EQUAL {$ret_n}(" . strlen($ret_random) . ") with {$n}(" . strlen($randoms[$n]) . ")");
52 …unction (swoole_http_server $server, int $task_id, int $worker_id, string $n) use ($pm, $randoms) {
53 return [$n, $randoms[$n]];
H A Dtask_co.phpt11 $randoms = [];
13 $randoms[] = random_bytes(mt_rand(0, 65536));
30 $pm->childFunc = function () use ($pm, $randoms) {
42 … function (swoole_http_request $request, swoole_http_response $response) use ($server, $randoms) {
51 } elseif ($ret_random !== $randoms[$n]) {
52 …->end("ERROR EQUAL {$ret_n}(" . strlen($ret_random) . ") with {$n}(" . strlen($randoms[$n]) . ")");
60 $response->end($randoms[$n]);
H A Denable_coroutine.phpt11 $randoms = [];
14 $randoms[] = random_bytes(mt_rand(0, 65536));
30 $pm->childFunc = function () use ($pm, $randoms) {
41 …, function (swoole_http_request $request, swoole_http_response $response) use ($server, $randoms) {
47 } elseif ($ret_random !== $randoms[$n]) {
48 …->end("ERROR EQUAL {$ret_n}(" . strlen($ret_random) . ") with {$n}(" . strlen($randoms[$n]) . ")");
53 …r->on('task', function (swoole_http_server $server, Swoole\Server\Task $task) use ($pm, $randoms) {
59 $task->finish([$n, $randoms[$n]]);
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_socket_coro/
H A Dshutdown.phpt9 $randoms[] = get_safe_random();
11 go(function () use ($randoms) {
17 Assert::same($conn->recv(), array_shift($randoms));
18 Assert::greaterThan($conn->send(array_shift($randoms)), 0);
22 go(function () use ($randoms) {
25 Assert::greaterThan($socket->send(array_shift($randoms)), 0);
26 Assert::same($socket->recv(), array_shift($randoms));
29 Assert::false($socket->send(array_shift($randoms)));
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_feature/full_duplex/
H A Dwebsocket.phpt17 $randoms = [];
19 $randoms[] = get_safe_random();
21 go(function () use ($cli, $randoms) {
23 $ret = $cli->push(json_encode([$n, $randoms[$n]]));
27 go(function () use ($cli, $randoms) {
31 Assert::same($randoms[$_n], $data);
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_http_server/task/
H A Denable_coroutine.phpt8 $randoms = [];
10 $randoms[] = get_safe_random(mt_rand(0, 65536));
37 global $randoms;
46 } elseif ($ret_random !== $randoms[$n]) {
47 …->end("ERROR EQUAL {$ret_n}(" . strlen($ret_random) . ") with {$n}(" . strlen($randoms[$n]) . ")");
55 $response->end($randoms[$n]);
/dports/net/haproxy/haproxy-2.4.10/
H A DCHANGELOG734 - MINOR: pools: use cheaper randoms for fault injections
/dports/net/krill/krill-0.9.4/src/pubd/
H A Drepository.rs896 if let Ok(randoms) = fs::read_dir(&serial_dir) { in find_in_serial_dir()
897 for entry in randoms { in find_in_serial_dir()
/dports/security/snort3/snort3-3.1.19.0/
H A DChangeLog2589 -- Ipv4Codec: removed random ip id pool and replaced randoms on demand
/dports/security/vaultwarden/web-vault/app/
H A Dvendor.8e5494e39b48bad5e654.js.map1 …er options from server when more supported\n\n // get client and server randoms\n var client = (…
/dports/lang/python311/Python-3.11.0a3/Lib/test/decimaltestdata/
H A DdqInvert.decTest162 -- a few randoms
H A DdqOr.decTest217 -- a few randoms
H A Dxor.decTest151 -- a few randoms
H A DddXor.decTest153 -- a few randoms
H A DdqXor.decTest226 -- a few randoms
H A Drandoms.decTest2 -- randoms.decTest -- decimal random testcases --
H A DddAnd.decTest163 -- a few randoms
H A DdqAnd.decTest236 -- a few randoms
H A DdqDivide.decTest650 -- randoms
H A Dand.decTest154 -- a few randoms
H A DddDivide.decTest646 -- randoms

12345678910>>...29