This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Do not advertise Math::TrulyRandom, which hasn't been updated since 1996
authorRafael Garcia-Suarez <rgs@consttype.org>
Thu, 3 Jun 2010 14:11:26 +0000 (16:11 +0200)
committerRafael Garcia-Suarez <rgs@consttype.org>
Thu, 3 Jun 2010 14:11:26 +0000 (16:11 +0200)
(Spotted by Giel Goudsmit)

pod/perlfunc.pod

index ccffcdb..f3e65b4 100644 (file)
@@ -6201,8 +6201,8 @@ example:
 
     srand (time ^ $$ ^ unpack "%L*", `ps axww | gzip -f`);
 
-If you're particularly concerned with this, see the C<Math::TrulyRandom>
-module in CPAN.
+If you're particularly concerned with this, search the CPAN for
+random number generator modules instead of rolling out your own.
 
 Frequently called programs (like CGI scripts) that simply use