From 8a759dee6d4ac143376dbba69657944e8747ab1e Mon Sep 17 00:00:00 2001 From: Peter Roberts Date: Fri, 13 Oct 2017 11:10:21 +0100 Subject: [PATCH] Mention that the module is useful if you want to use threads --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 2b28245..909dfbd 100644 --- a/README +++ b/README @@ -13,8 +13,8 @@ all pass. A script in /t called validate.pl tests the output of this module against the C version. No differences in output were detected in 10e8 trials with a single seed or 10e8 trials with 1000 random seeds. -The only good reason to use this module is if you can't install -Math::Random::MT or you want code to cut and paste into a project. +The only good reason to use this module is if you can't install Math::Random::MT, +need to use threads or you want code to cut and paste into a project. SPEED