Repository: commons-rng Updated Branches: refs/heads/master 863fd2c09 -> 94e37025b
Typo (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/94e37025 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/94e37025 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/94e37025 Branch: refs/heads/master Commit: 94e37025b54e495c6b810343554f9fcb5d58a122 Parents: 863fd2c Author: Gilles <er...@apache.org> Authored: Thu Aug 18 21:43:06 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Thu Aug 18 21:43:06 2016 +0200 ---------------------------------------------------------------------- src/site/apt/userguide/rng.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/94e37025/src/site/apt/userguide/rng.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/userguide/rng.apt b/src/site/apt/userguide/rng.apt index 72e886a..adc4170 100644 --- a/src/site/apt/userguide/rng.apt +++ b/src/site/apt/userguide/rng.apt @@ -250,7 +250,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 - <<<Random.State>>> public interface. + <<<RandomSource.State>>> public interface. * <<<StateSettable>>>: interface to be implemented by concrete random sources.