Replace homemade random generator with PHP7 `int random_int (int $min, int $max )`. For backward compatibility use [random_compat](https://github.com/paragonie/random_compat) polyfill.