Searched refs:random (Results 1 – 9 of 9) sorted by relevance
/dokuwiki/_test/tests/inc/ |
H A D | sort_with_collator.test.php | 238 $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 D | Curve448.php | 80 return BigInteger::random(446);
|
H A D | Curve25519.php | 69 return BigInteger::random(256);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
H A D | Engine.php | 741 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 D | DSA.php | 144 $x = BigInteger::random($L);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
H A D | BigInteger.php | 658 public static function random($size) function in phpseclib3\\Math\\BigInteger 663 return new static($class::random($size));
|
/dokuwiki/inc/ |
H A D | PassHash.php | 140 $salt .= $chars[$this->random(0, 61)]; 875 protected function random($min, $max) function in dokuwiki\\PassHash
|
/dokuwiki/ |
H A D | composer.lock | 297 … "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 316 "random"
|
/dokuwiki/lib/scripts/jquery/ |
H A D | jquery.min.js | 2 …random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isP…
|