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 8adf439f6b81dc2f63243acfb5f96b528bf93ffb Author: Alex Herbert <aherb...@apache.org> AuthorDate: Sun Feb 17 14:51:07 2019 +0000 Added maven XML for sampling --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8723e8e..a80d6d9 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,11 @@ Alternatively you can pull it from the central Maven repositories, e.g.: <artifactId>commons-rng-simple</artifactId> <version>1.2</version> </dependency> +<dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-rng-sampling</artifactId> + <version>1.2</version> +</dependency> ``` Contributing