This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push:
new b3645f3 Remove trailing whitespace.
b3645f3 is described below
commit b3645f38f1f6c4c7dd60f8e25d05bd24b16e7723
Author: Alex Herbert <[email protected]>
AuthorDate: Sat May 18 15:36:21 2019 +0100
Remove trailing whitespace.
---
.../test/java/org/apache/commons/rng/core/RandomAssert.java | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git
a/commons-rng-core/src/test/java/org/apache/commons/rng/core/RandomAssert.java
b/commons-rng-core/src/test/java/org/apache/commons/rng/core/RandomAssert.java
index a0bb6da..2c3806d 100644
---
a/commons-rng-core/src/test/java/org/apache/commons/rng/core/RandomAssert.java
+++
b/commons-rng-core/src/test/java/org/apache/commons/rng/core/RandomAssert.java
@@ -53,7 +53,7 @@ public class RandomAssert {
}
/**
- * Assert that the two random generators produce the same output for
+ * Assert that the two random generators produce the same output for
* {@link UniformRandomProvider#nextInt()} over the given number of cycles.
*
* @param cycles Number of cycles.
@@ -67,7 +67,7 @@ public class RandomAssert {
}
/**
- * Assert that the two random generators produce the same output for
+ * Assert that the two random generators produce the same output for
* {@link UniformRandomProvider#nextLong()} over the given number of
cycles.
*
* @param cycles Number of cycles.
@@ -82,7 +82,7 @@ public class RandomAssert {
/**
* Assert that the random generator produces zero output for
- * {@link UniformRandomProvider#nextInt()} over the given number of
cycles.
+ * {@link UniformRandomProvider#nextInt()} over the given number of cycles.
* This is used to test a poorly seeded generator cannot generate random
output.
*
* @param rng Random generator.
@@ -96,7 +96,7 @@ public class RandomAssert {
/**
* Assert that the random generator produces zero output for
- * {@link UniformRandomProvider#nextLong()} over the given number of
cycles.
+ * {@link UniformRandomProvider#nextLong()} over the given number of
cycles.
* This is used to test a poorly seeded generator cannot generate random
output.
*
* @param rng Random generator.
@@ -140,7 +140,7 @@ public class RandomAssert {
* @param type Class of the generator.
* @param size Seed size.
*/
- public static <T extends UniformRandomProvider> void
+ public static <T extends UniformRandomProvider> void
assertIntArrayConstructorWithSingleBitSeedIsFunctional(Class<T> type,
int size) {
try {
// Find the int[] constructor
@@ -176,7 +176,7 @@ public class RandomAssert {
* @param type Class of the generator.
* @param size Seed size.
*/
- public static <T extends UniformRandomProvider> void
+ public static <T extends UniformRandomProvider> void
assertLongArrayConstructorWithSingleBitSeedIsFunctional(Class<T> type,
int size) {
try {
// Find the long[] constructor