You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
231 B
PHTML
10 lines
231 B
PHTML
7 months ago
|
<?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);
|