summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-06-03 16:11:26 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2010-06-03 16:11:26 +0200
commit83918a83a5dfae8071d366c33fa37b83aabecfc4 (patch)
treeede5259033dbc1df959dd40ca9b3ab97baee6449 /pod/perlfunc.pod
parentf58883a1a38c36629a8af25cd2fe9b2c5c3fcfec (diff)
downloadperl-83918a83a5dfae8071d366c33fa37b83aabecfc4.tar.gz
Do not advertise Math::TrulyRandom, which hasn't been updated since 1996
(Spotted by Giel Goudsmit)
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index ccffcdbcc7..f3e65b4f90 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<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