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 8dad19e  Remove trailing whitespace
8dad19e is described below

commit 8dad19e59da25cc74f66eda9f49e69acc342d674
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Mon Jul 5 18:27:33 2021 +0100

    Remove trailing whitespace
---
 .../java/org/apache/commons/rng/sampling/shape/UnitBallSampler.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/shape/UnitBallSampler.java
 
b/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/shape/UnitBallSampler.java
index 3096584..7aa8efc 100644
--- 
a/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/shape/UnitBallSampler.java
+++ 
b/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/shape/UnitBallSampler.java
@@ -244,7 +244,7 @@ public abstract class UnitBallSampler implements 
SharedStateObjectSampler<double
      * @return the double
      */
     private static double makeSignedDouble(long bits) {
-        // As per o.a.c.rng.core.utils.NumberFactory.makeDouble(long) but 
using a signed 
+        // As per o.a.c.rng.core.utils.NumberFactory.makeDouble(long) but 
using a signed
         // shift of 10 in place of an unsigned shift of 11.
         // Use the upper 54 bits on the assumption they are more random.
         // The sign bit is maintained by the signed shift.

Reply via email to