Discussion:
[ANNOUNCEMENT] Apache Commons RNG 1.1 Released
Rob Tompkins
2018-08-15 13:06:15 UTC
Permalink
The Apache Commons Team is pleased to announce the release of
Apache Commons RNG 1.1.


The Apache Commons RNG open source software library provides a collection of
implementations of random numbers generators.

Source and binary distributions are available for download from the Apache
Commons download site:
http://commons.apache.org/proper/commons-rng/download_rng.cgi


When downloading, please verify signatures using the KEYS file available at
the above location when downloading the release.


Alternatively the release components can be pulled via maven:
----
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-client-api</artifactId>
<version>1.1</version>
----
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-core</artifactId>
<version>1.1</version>
----
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-sampling</artifactId>
<version>1.1</version>
----
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-simple</artifactId>
<version>1.1</version>
----

The release notes can be reviewed at:
http://www.apache.org/dist/commons/rng/RELEASE-NOTES.txt


For complete information on Commons RNG, including instructions on how to
submit bug reports, patches, or suggestions for improvement, see the Apache
Commons RNG website:
http://commons.apache.org/proper/commons-rng/

Also consider viewing our userguide:
http://commons.apache.org/proper/commons-rng/userguide/index.html


Best regards,
Rob Tompkins
on behalf of the Apache Commons Community

---------------------------------------------------------------------
To unsubscribe, e-mail: user-***@commons.apache.org
For additional commands, e-mail: user-***@commons.apache.org
Gary Gregory
2018-08-15 14:08:55 UTC
Permalink
Thank you Rob for your diligence and patience RM'ing this release through
so many RCs! :-)

Gary
Post by Rob Tompkins
The Apache Commons Team is pleased to announce the release of
Apache Commons RNG 1.1.
The Apache Commons RNG open source software library provides a collection of
implementations of random numbers generators.
Source and binary distributions are available for download from the Apache
http://commons.apache.org/proper/commons-rng/download_rng.cgi
When downloading, please verify signatures using the KEYS file available at
the above location when downloading the release.
----
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-client-api</artifactId>
<version>1.1</version>
----
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-core</artifactId>
<version>1.1</version>
----
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-sampling</artifactId>
<version>1.1</version>
----
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-simple</artifactId>
<version>1.1</version>
----
http://www.apache.org/dist/commons/rng/RELEASE-NOTES.txt
For complete information on Commons RNG, including instructions on how to
submit bug reports, patches, or suggestions for improvement, see the Apache
http://commons.apache.org/proper/commons-rng/
http://commons.apache.org/proper/commons-rng/userguide/index.html
Best regards,
Rob Tompkins
on behalf of the Apache Commons Community
---------------------------------------------------------------------
Rob Tompkins
2018-08-15 14:29:12 UTC
Permalink
Not a problem. Will try to cut the 3.8 [lang] RC1 tonight.
Post by Gary Gregory
Thank you Rob for your diligence and patience RM'ing this release through
so many RCs! :-)
Gary
Post by Rob Tompkins
The Apache Commons Team is pleased to announce the release of
Apache Commons RNG 1.1.
The Apache Commons RNG open source software library provides a collection of
implementations of random numbers generators.
Source and binary distributions are available for download from the Apache
http://commons.apache.org/proper/commons-rng/download_rng.cgi
When downloading, please verify signatures using the KEYS file available at
the above location when downloading the release.
----
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-client-api</artifactId>
<version>1.1</version>
----
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-core</artifactId>
<version>1.1</version>
----
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-sampling</artifactId>
<version>1.1</version>
----
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-simple</artifactId>
<version>1.1</version>
----
http://www.apache.org/dist/commons/rng/RELEASE-NOTES.txt
For complete information on Commons RNG, including instructions on how to
submit bug reports, patches, or suggestions for improvement, see the Apache
http://commons.apache.org/proper/commons-rng/
http://commons.apache.org/proper/commons-rng/userguide/index.html
Best regards,
Rob Tompkins
on behalf of the Apache Commons Community
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: user-***@commons.apache.org
For additional commands, e-mail: user-***@commons.apache.org

Loading...