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 17d5271b2a1ba0d3f1ee2e5911dea3a2e1fc1e53
Author: aherbert <aherb...@apache.org>
AuthorDate: Mon Oct 10 12:46:17 2022 +0100

    Correct comment for code example
---
 src/site/xdoc/index.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 5b098b4f..fb188cd6 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -38,7 +38,7 @@
 <source class="prettyprint">import 
org.apache.commons.rng.UniformRandomProvider;
 import org.apache.commons.rng.simple.RandomSource;
 
-// Instantiate a "Mersenne-Twister" generator with a factory method.
+// Instantiate a generator with a factory method.
 UniformRandomProvider rng = RandomSource.XO_RO_SHI_RO_128_PP.create();
 
 // Use it to produce a floating-point value between 0 and 1.

Reply via email to