|
NAMECrypt::SysRandom - Perl interface to system randomness VERSIONversion 0.007 SYNOPSISuse Crypt::SysRandom 'random_bytes'; my $random = random_bytes(16); DESCRIPTIONThis module uses whatever interface is available to procure cryptographically random data from the system. FUNCTIONSrandom_bytes($count)This will fetch a string of $count random bytes containing cryptographically secure random date. BackendsThe current backends are tried in order:
AUTHORLeon Timmermans <fawaka@gmail.com> COPYRIGHT AND LICENSEThis software is copyright (c) 2025 by Leon Timmermans. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|