Repository: commons-rng
Updated Branches:
  refs/heads/master fe32c6dff -> 32ed8c659


Javadoc.


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/0cd1df06
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/0cd1df06
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/0cd1df06

Branch: refs/heads/master
Commit: 0cd1df0621790be0ca8e2905d4c4a063317da1cb
Parents: fe32c6d
Author: Gilles <er...@apache.org>
Authored: Thu Feb 22 11:43:06 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Thu Feb 22 11:43:06 2018 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/commons/rng/UniformRandomProvider.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/0cd1df06/commons-rng-client-api/src/main/java/org/apache/commons/rng/UniformRandomProvider.java
----------------------------------------------------------------------
diff --git 
a/commons-rng-client-api/src/main/java/org/apache/commons/rng/UniformRandomProvider.java
 
b/commons-rng-client-api/src/main/java/org/apache/commons/rng/UniformRandomProvider.java
index 2b974ad..07d3108 100644
--- 
a/commons-rng-client-api/src/main/java/org/apache/commons/rng/UniformRandomProvider.java
+++ 
b/commons-rng-client-api/src/main/java/org/apache/commons/rng/UniformRandomProvider.java
@@ -69,7 +69,7 @@ public interface UniformRandomProvider {
      * specified value (exclusive).
      *
      * @param n Bound on the random number to be returned.  Must be positive.
-     * @return a random {@code int} value between 0 (inclusive) and n
+     * @return a random {@code int} value between 0 (inclusive) and {@code n}
      * (exclusive).
      * @throws IllegalArgumentException if {@code n} is negative.
      */
@@ -87,7 +87,7 @@ public interface UniformRandomProvider {
      * value (exclusive).
      *
      * @param n Bound on the random number to be returned.  Must be positive.
-     * @return a random {@code long} value between 0 (inclusive) and n
+     * @return a random {@code long} value between 0 (inclusive) and {@code n}
      * (exclusive).
      * @throws IllegalArgumentException if {@code n} is negative.
      */

Reply via email to