1*927933f5SAndreas Gohr<?php 2*927933f5SAndreas Gohr 3*927933f5SAndreas Gohrrequire_once 'lib/byte_safe_strings.php'; 4*927933f5SAndreas Gohrrequire_once 'lib/cast_to_int.php'; 5*927933f5SAndreas Gohrrequire_once 'lib/error_polyfill.php'; 6*927933f5SAndreas Gohrrequire_once 'other/ide_stubs/libsodium.php'; 7*927933f5SAndreas Gohrrequire_once 'lib/random.php'; 8*927933f5SAndreas Gohr 9*927933f5SAndreas Gohr$int = random_int(0, 65536); 10