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 2019/08/27 13:44:55 UTC

[commons-rng] branch master updated: Fixed javadoc typo in MSWS seed type.

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 975dc9a  Fixed javadoc typo in MSWS seed type.
975dc9a is described below

commit 975dc9a67fa0f2d727522e0170cfc9aa8da34bd0
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Aug 27 14:44:51 2019 +0100

    Fixed javadoc typo in MSWS seed type.
---
 .../src/main/java/org/apache/commons/rng/simple/RandomSource.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-rng-simple/src/main/java/org/apache/commons/rng/simple/RandomSource.java b/commons-rng-simple/src/main/java/org/apache/commons/rng/simple/RandomSource.java
index 06ac923..f9c260e 100644
--- a/commons-rng-simple/src/main/java/org/apache/commons/rng/simple/RandomSource.java
+++ b/commons-rng-simple/src/main/java/org/apache/commons/rng/simple/RandomSource.java
@@ -430,7 +430,7 @@ public enum RandomSource {
     /**
      * Source of randomness is {@link org.apache.commons.rng.core.source32.MiddleSquareWeylSequence}.
      * <ul>
-     *  <li>Native seed type: {@code Long}.</li>
+     *  <li>Native seed type: {@code long[]}.</li>
      *  <li>Native seed size: 3.</li>
      * </ul>
      */