Skip to content

Commit

Permalink
Formatting (userguide).
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles committed Sep 17, 2016
1 parent 62e73d9 commit 2716d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/apt/userguide/rng.apt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ int n = rng.nextInt(); // Integer.MIN_VALUE <= n <= Integer.MAX_VALUE.
int m = rng.nextInt(max); // 0 <= m < max.
+--------------------------+
+--------------------------+
long n = rng.nextLong(); // Long.MIN_VALUE <= n <= Long.MAX_VALUE.
long n = rng.nextLong(); // Long.MIN_VALUE <= n <= Long.MAX_VALUE.
long m = rng.nextLong(max); // 0 <= m < max.
+--------------------------+
+--------------------------+
Expand Down

0 comments on commit 2716d53

Please sign in to comment.