You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2019/03/26 14:16:51 UTC

[commons-rng] branch master updated: Fix broken link (user guide).

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git


The following commit(s) were added to refs/heads/master by this push:
     new a377efa  Fix broken link (user guide).
a377efa is described below

commit a377efa8d972ed2a41b930ef65830ad392c17d0d
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Tue Mar 26 15:11:29 2019 +0100

    Fix broken link (user guide).
    
    Thanks to Abhishek Singh Dhadwal.
---
 src/site/apt/userguide/why_not_java_random.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/apt/userguide/why_not_java_random.apt b/src/site/apt/userguide/why_not_java_random.apt
index b9456ea..4e0f566 100644
--- a/src/site/apt/userguide/why_not_java_random.apt
+++ b/src/site/apt/userguide/why_not_java_random.apt
@@ -32,7 +32,7 @@
   * The {{{https://en.wikipedia.org/wiki/Linear_congruential_generator}LCG}}
     algorithm used by <<<java.util.Random>>>
 
-      ** has a serious {{{http://www.ics.uci.edu/~fowlkes/class/cs177/marsaglia.pdf}defect}}, and
+      ** has a serious {{{https://www.ncbi.nlm.nih.gov/pmc/articles/PMC285899/pdf/pnas00123-0038.pdf}defect}}, and
 
       ** is not as efficient as some of the alternatives that do not suffer from this problem.