Repository: commons-rng Updated Branches: refs/heads/master 4a33b27b7 -> d0989acd5
Userguide. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/03849699 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/03849699 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/03849699 Branch: refs/heads/master Commit: 03849699411547fe94c4cca5db243177fb2faa0b Parents: 4a33b27 Author: Gilles <er...@apache.org> Authored: Wed Aug 31 00:56:04 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Wed Aug 31 00:56:04 2016 +0200 ---------------------------------------------------------------------- src/site/apt/userguide/rng.apt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/03849699/src/site/apt/userguide/rng.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/userguide/rng.apt b/src/site/apt/userguide/rng.apt index cda4c3f..5cbc0ef 100644 --- a/src/site/apt/userguide/rng.apt +++ b/src/site/apt/userguide/rng.apt @@ -166,8 +166,7 @@ int second = 4; // Subcycle identifier. UniformRandomProvider rng = RandomSource.create(RandomSource.TWO_CMRES_SELECT, seed, first, second); +--------------------------+ - In the above example, valid "subcycle identifiers" are in the range 0, ... , - {{{../apidocs/org/apache/commons/rng/RandomSource.html#numberOfCmresGenerators--}numberOfCmresGenerators() - 1}}. + In the above example, valid "subcycle identifiers" are in the interval [0, 13]. * The current state of a generator can be