{"id":14987960,"url":"https://github.com/apache/commons-rng","last_synced_at":"2025-04-06T03:09:08.508Z","repository":{"id":10393561,"uuid":"65604083","full_name":"apache/commons-rng","owner":"apache","description":"Apache Commons RNG (Pseudo-random number generators)","archived":false,"fork":false,"pushed_at":"2025-03-28T15:31:25.000Z","size":9081,"stargazers_count":55,"open_issues_count":0,"forks_count":41,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-03-30T02:06:37.116Z","etag":null,"topics":["distribution","easy","fast","generator","java","random","reference","rng","sampling","shuffling"],"latest_commit_sha":null,"homepage":"https://commons.apache.org/rng","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-13T07:00:06.000Z","updated_at":"2025-03-28T15:31:23.000Z","dependencies_parsed_at":"2024-01-25T23:04:19.318Z","dependency_job_id":"5750c99b-f101-40b2-96a9-d2da1a95c41b","html_url":"https://github.com/apache/commons-rng","commit_stats":{"total_commits":1735,"total_committers":22,"mean_commits":78.86363636363636,"dds":0.3677233429394813,"last_synced_commit":"a61f9e15b20ef18d21253c6c2a8e2c0d591a3f89"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcommons-rng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcommons-rng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcommons-rng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcommons-rng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/commons-rng/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246983646,"owners_count":20864291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["distribution","easy","fast","generator","java","random","reference","rng","sampling","shuffling"],"created_at":"2024-09-24T14:15:49.267Z","updated_at":"2025-04-06T03:09:08.485Z","avatar_url":"https://github.com/apache.png","language":"Java","readme":"\u003c!---\n Licensed to the Apache Software Foundation (ASF) under one or more\n contributor license agreements.  See the NOTICE file distributed with\n this work for additional information regarding copyright ownership.\n The ASF licenses this file to You under the Apache License, Version 2.0\n (the \"License\"); you may not use this file except in compliance with\n the License.  You may obtain a copy of the License at\n\n      http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n--\u003e\n\u003c!---\n +======================================================================+\n |****                                                              ****|\n |****      THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN      ****|\n |****                    DO NOT EDIT DIRECTLY                      ****|\n |****                                                              ****|\n +======================================================================+\n | TEMPLATE FILE: readme-md-template.md                                 |\n | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |\n +======================================================================+\n |                                                                      |\n | 1) Re-generate using: mvn commons-build:readme-md                    |\n |                                                                      |\n | 2) Set the following properties in the component's pom:              |\n |    - commons.componentid (required, alphabetic, lower case)          |\n |    - commons.release.version (required)                              |\n |                                                                      |\n | 3) Example Properties                                                |\n |                                                                      |\n |  \u003cproperties\u003e                                                        |\n |    \u003ccommons.componentid\u003emath\u003c/commons.componentid\u003e                   |\n |    \u003ccommons.release.version\u003e1.2\u003c/commons.release.version\u003e            |\n |  \u003c/properties\u003e                                                       |\n |                                                                      |\n +======================================================================+\n---\u003e\nApache Commons RNG\n===================\n\n[![Java CI](https://github.com/apache/commons-rng/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-rng/actions/workflows/maven.yml)\n[![Coverage Status](https://codecov.io/gh/apache/commons-rng/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-rng)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=commons-rng\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=commons-rng)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/)\n[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-simple/1.6.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-simple/1.6)\n\nThe Apache Commons RNG project provides pure-Java implementation of pseudo-random generators.\n\nDocumentation\n-------------\n\nMore information can be found on the [Apache Commons RNG homepage](https://commons.apache.org/proper/commons-rng). The Javadoc for each of the modules can be browsed:\n\n- [Commons RNG Client API](https://commons.apache.org/proper/commons-rng/commons-rng-client-api/apidocs/)\n- [Commons RNG Core](https://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/)\n- [Commons RNG Simple](https://commons.apache.org/proper/commons-rng/commons-rng-simple/apidocs/)\n- [Commons RNG Sampling](https://commons.apache.org/proper/commons-rng/commons-rng-sampling/apidocs/)\n\nQuestions related to the usage of Apache Commons RNG should be posted to the [user mailing list](https://commons.apache.org/mail-lists.html).\n\nGetting the latest release\n--------------------------\nYou can download source and binaries from our [download page](https://commons.apache.org/proper/commons-rng/download_rng.cgi).\n\nAlternatively, you can pull it from the central Maven repositories:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.apache.commons\u003c/groupId\u003e\n  \u003cartifactId\u003ecommons-rng-simple\u003c/artifactId\u003e\n  \u003cversion\u003e1.6\u003c/version\u003e\n\u003c/dependency\u003e\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.apache.commons\u003c/groupId\u003e\n  \u003cartifactId\u003ecommons-rng-sampling\u003c/artifactId\u003e\n  \u003cversion\u003e1.6\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nBuilding\n--------\n\nBuilding requires a Java JDK and [Apache Maven](https://maven.apache.org/).\nThe required Java version is found in the `pom.xml` as the `maven.compiler.source` property.\n\nFrom a command shell, run `mvn` without arguments to invoke the default Maven goal to run all tests and checks.\n\nContributing\n------------\n\nWe accept Pull Requests via GitHub. The [developer mailing list](https://commons.apache.org/mail-lists.html) is the main channel of communication for contributors.\nThere are some guidelines which will make applying PRs easier for us:\n+ No tabs! Please use spaces for indentation.\n+ Respect the existing code style for each file.\n+ Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.\n+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```.\n\nIf you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).\nYou can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).\n\nLicense\n-------\nThis code is licensed under the [Apache License v2](https://www.apache.org/licenses/LICENSE-2.0).\n\nSee the `NOTICE` file for required notices and attributions.\n\nDonating\n--------\nYou like Apache Commons RNG? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support development.\n\nAdditional Resources\n--------------------\n\n+ [Apache Commons Homepage](https://commons.apache.org/)\n+ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/RNG)\n+ [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD)\n+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)\n\nApache Commons Components\n-------------------------\n\nPlease see the [list of components](https://commons.apache.org/components.html)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcommons-rng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fcommons-rng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcommons-rng/lists"}