freebsd-ports/devel/p5-UUID-Random-Patch-UseMRS/pkg-descr
Sunpoet Po-Chuan Hsieh fbdbee4420 - Add p5-UUID-Random-Patch-UseMRS 0.01
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: http://search.cpan.org/dist/UUID-Random-Patch-UseMRS/

PR:		ports/182322
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2013-11-11 14:08:08 +00:00

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: http://search.cpan.org/dist/UUID-Random-Patch-UseMRS/