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
commit 497f14623847b66d9b667d7f07106fd2005b4a48 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Tue Mar 25 14:20:31 2025 +0000 Remove TODO comment --- .../org/apache/commons/rng/simple/ProvidersCommonParametricTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/commons-rng-simple/src/test/java/org/apache/commons/rng/simple/ProvidersCommonParametricTest.java b/commons-rng-simple/src/test/java/org/apache/commons/rng/simple/ProvidersCommonParametricTest.java index 85b2004d..d5fccc53 100644 --- a/commons-rng-simple/src/test/java/org/apache/commons/rng/simple/ProvidersCommonParametricTest.java +++ b/commons-rng-simple/src/test/java/org/apache/commons/rng/simple/ProvidersCommonParametricTest.java @@ -374,7 +374,6 @@ class ProvidersCommonParametricTest { // * checkNextIntegerInRange // * checkNextInRange // have been copied from "src/test" in module "commons-rng-core". - // TODO: check whether it is possible to have a single implementation. /** * Populates a list with random numbers.