password-generator icon indicating copy to clipboard operation
password-generator copied to clipboard

Replace random generation with random_int()

Open denys-potapov opened this issue 9 years ago • 0 comments

Replace homemade random generator with PHP7 int random_int (int $min, int $max ).

For backward compatibility use random_compat polyfill.

denys-potapov avatar Dec 02 '15 15:12 denys-potapov