Searched refs:auth_random (Results 1 – 2 of 2) sorted by relevance
8 $rand = auth_random(300, 2000);16 $rand = auth_random($min, $max);
446 function auth_random($min, $max) function935 $data['password'] .= $c[auth_random(0, strlen($c) - 1)];936 $data['password'] .= $v[auth_random(0, strlen($v) - 1)];937 $data['password'] .= $a[auth_random(0, strlen($a) - 1)];940 $data['password'] .= $s[auth_random(0, strlen($s) - 1)] . auth_random(10, 99);