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: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org