mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
386 B
Text
8 lines
386 B
Text
UUID::Random::Patch::UseMRS makes UUID::Random use rand() from
|
|
Math::Random::Secure instead of the default rand() that comes with Perl. It is
|
|
useful for creating cryptographically secure UUID's. On the other hand, as a
|
|
note, this makes generate() around 20 times slower.
|
|
|
|
After you use this module, use UUID::Random as usual.
|
|
|
|
WWW: https://metacpan.org/release/UUID-Random-Patch-UseMRS
|