This commit is contained in:
wangjinlei
2024-08-28 09:25:22 +08:00
parent fb68d793d7
commit 7b5f1f3eb1
380 changed files with 63714 additions and 486 deletions

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);