Repository: commons-rng Updated Branches: refs/heads/master 7d729fd78 -> 44c38a476
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/44c38a47 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/44c38a47 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/44c38a47 Branch: refs/heads/master Commit: 44c38a476f87b98a1cfe56ad5ad9bcdd59d07df7 Parents: 7d729fd Author: Gilles <er...@apache.org> Authored: Sun Aug 28 02:36:50 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Sun Aug 28 02:36:50 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/44c38a47/src/site/apt/userguide/rng.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/userguide/rng.apt b/src/site/apt/userguide/rng.apt index b9f72dd..21a71ff 100644 --- a/src/site/apt/userguide/rng.apt +++ b/src/site/apt/userguide/rng.apt @@ -249,8 +249,7 @@ RandomSource.restoreState(rngNew, stateNew); * <<<BaseProvider>>>: base class for all concrete RNG implementations; it contains higher-level algorithms <<<nextInt(int n)>>> and <<<nextLong(long n)>>> - common to all implementations; it defines the implementation of the - <<<RandomSource.State>>> public interface. + common to all implementations. * <<<StateSettable>>>: interface to be implemented by concrete random sources.