From: Rafael Garcia-Suarez Date: Thu, 3 Jun 2010 14:11:26 +0000 (+0200) Subject: Do not advertise Math::TrulyRandom, which hasn't been updated since 1996 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=83918a83a5dfae8071d366c33fa37b83aabecfc4;p=p5sagit%2Fp5-mst-13.2.git Do not advertise Math::TrulyRandom, which hasn't been updated since 1996 (Spotted by Giel Goudsmit) --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index ccffcdb..f3e65b4 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -6201,8 +6201,8 @@ example: srand (time ^ $$ ^ unpack "%L*", `ps axww | gzip -f`); -If you're particularly concerned with this, see the C -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