Repository: commons-rng Updated Branches: refs/heads/1.0-release f9de6401e -> 4581a4520
Typo. Thanks to Stian Soiland-Reyes. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/e2931fd6 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/e2931fd6 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/e2931fd6 Branch: refs/heads/1.0-release Commit: e2931fd6f435d802c330bf38ff4a3e4bc2b2afb0 Parents: 768db4a Author: Gilles <er...@apache.org> Authored: Fri Dec 2 00:07:01 2016 +0100 Committer: Gilles <er...@apache.org> Committed: Fri Dec 2 00:07:01 2016 +0100 ---------------------------------------------------------------------- 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/e2931fd6/src/site/apt/userguide/rng.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/userguide/rng.apt b/src/site/apt/userguide/rng.apt index 2eb250b..1c2a8e8 100644 --- a/src/site/apt/userguide/rng.apt +++ b/src/site/apt/userguide/rng.apt @@ -23,7 +23,7 @@ <<<Commons RNG>>> provides generators of "pseudo-randomness", i.e. the generators produce deterministic sequences of bytes, currently in chunks - of 32 (a.k.a. <<<int>>) or 64 bits (a.k.a. <<<long>>>), depending on the + of 32 (a.k.a. <<<int>>>) or 64 bits (a.k.a. <<<long>>>), depending on the implementation. The goal was to provide an API that is simple and unencumbered with old