Userguide (web site).
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/ce6db81c Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/ce6db81c Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/ce6db81c Branch: refs/heads/1.0-release Commit: ce6db81c51c685d27c81ce61e85d7f5482032a33 Parents: 9788477 Author: Gilles <er...@apache.org> Authored: Wed Nov 23 16:51:57 2016 +0100 Committer: Gilles <er...@apache.org> Committed: Wed Nov 23 16:51:57 2016 +0100 ---------------------------------------------------------------------- src/site/apt/userguide/why_not_java_random.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/ce6db81c/src/site/apt/userguide/why_not_java_random.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/userguide/why_not_java_random.apt b/src/site/apt/userguide/why_not_java_random.apt index 5e82e34..b9456ea 100644 --- a/src/site/apt/userguide/why_not_java_random.apt +++ b/src/site/apt/userguide/why_not_java_random.apt @@ -68,7 +68,7 @@ [] - * Thus, <<<java.util.Random>>> _should_ have been an implementation of a + * Thus, <<<java.util.Random>>> should have been an implementation of a more general interface (without a <<<setSeed>>> method that is bound to be implementation-specific, or a {{{https://docs.oracle.com/javase/7/docs/api/java/util/Random.html#nextGaussian()}nextGaussian}} that singles out just one of many types of random deviates).