[ 源代码: php-random-compat ]
软件包:php-random-compat(2.0.21-1)
php-random-compat 的相关链接
Debian 的资源:
下载源码包 php-random-compat:
- [php-random-compat_2.0.21-1.dsc]
- [php-random-compat_2.0.21.orig.tar.xz]
- [php-random-compat_2.0.21-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
The random_compat polyfill provides simple interfaces for cryptographically secure random number generators added in PHP 7.0.0:
* random_bytes(int) generates an arbitrary number of random bytes * random_int(int, int) returns a random integer between two given values (inclusive)