You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/12 16:35:19 UTC

[commons-rng] branch master updated: Delete redundant comment (the task has been implemented)

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 caf06b6  Delete redundant comment (the task has been implemented)
caf06b6 is described below

commit caf06b63add773ae854ed0fd277c2f0a596f3186
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Aug 12 17:35:16 2021 +0100

    Delete redundant comment (the task has been implemented)
---
 .../examples/jmh/sampling/distribution/ZigguratSamplerPerformance.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/commons-rng-examples/examples-jmh/src/main/java/org/apache/commons/rng/examples/jmh/sampling/distribution/ZigguratSamplerPerformance.java b/commons-rng-examples/examples-jmh/src/main/java/org/apache/commons/rng/examples/jmh/sampling/distribution/ZigguratSamplerPerformance.java
index f5b8bb9..c1c5309 100644
--- a/commons-rng-examples/examples-jmh/src/main/java/org/apache/commons/rng/examples/jmh/sampling/distribution/ZigguratSamplerPerformance.java
+++ b/commons-rng-examples/examples-jmh/src/main/java/org/apache/commons/rng/examples/jmh/sampling/distribution/ZigguratSamplerPerformance.java
@@ -807,9 +807,6 @@ public class ZigguratSamplerPerformance {
         }
     }
 
-    // Add test for tail recursion in exponential sampler using createSample(double)
-    // Can it then be inlined for the main sample method?
-
     /**
      * Modified Ziggurat method for sampling from a Gaussian distribution with mean 0 and standard deviation 1.
      *