This commit is contained in:
Kilian Hofmann
2021-06-01 19:56:21 +02:00
parent d8c489c714
commit e74df463f2
24 changed files with 1657 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
require_once 'lib/byte_safe_strings.php';
require_once 'lib/cast_to_int.php';
require_once 'lib/error_polyfill.php';
require_once 'other/ide_stubs/libsodium.php';
require_once 'lib/random.php';
$int = random_int(0, 65536);