xref: /dokuwiki/vendor/paragonie/random_compat/psalm-autoload.php (revision 927933f55f286c8bea68959a13975cbcb59eb8ee)
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