Home
last modified time | relevance | path

Searched refs:random (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dsort_with_collator.test.php238 $random = explode(' ', $list);
239 shuffle($random);
240 Sort::sort($random);
241 $this->assertEquals(array_values($random), array_values($sorted));
256 $random = explode(' ', $list);
257 shuffle($random);
258 $random = array_flip($random);
259 Sort::ksort($random);
260 $this->assertEquals(array_keys($random), array_keys($sorted));
278 $random[$key] = $sorted[$key];
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DCurve448.php80 return BigInteger::random(446);
H A DCurve25519.php69 return BigInteger::random(256);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php741 public static function random($size) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine
849 $random = new static(Random::string($size), 256);
854 while ($random->compare($max_multiple) >= 0) {
855 $random = $random->subtract($max_multiple);
857 $random = $random->bitwise_leftShift(8);
858 $random = $random->add(new static(Random::string(1), 256));
863 list(, $random) = $random->divide($max);
865 return $random->add($min);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php144 $x = BigInteger::random($L);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php658 public static function random($size) function in phpseclib3\\Math\\BigInteger
663 return new static($class::random($size));
/dokuwiki/inc/
H A DPassHash.php140 $salt .= $chars[$this->random(0, 61)];
875 protected function random($min, $max) function in dokuwiki\\PassHash
/dokuwiki/
H A Dcomposer.lock297 … "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
316 "random"
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isP…