An open API service for producing an overview of a list of open source projects.

JOSS: https://github.com/cicirello/rho-mu

binomial cauchy gaussian pseudorandom random-numbers randomization randomizer

Score: 5.288267030694535

Last synced: about 16 hours ago
JSON representation

Repository metadata:

ρμ - a Java library of Randomization enHancements and Other Math Utilities


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 2 months ago

Total Commits: 674
Total Committers: 2
Avg Commits per committer: 337.0
Development Distribution Score (DDS): 0.365

Commits in past year: 60
Committers in past year: 2
Avg Commits per committer in past year: 30.0
Development Distribution Score (DDS) in past year: 0.017

Name Email Commits
Vincent A. Cicirello c****o 428
dependabot[bot] 4****] 246

Issue and Pull Request metadata

Last synced: 3 months ago

Total issues: 46
Total pull requests: 420
Average time to close issues: 9 days
Average time to close pull requests: about 5 hours
Total issue authors: 1
Total pull request authors: 2
Average comments per issue: 0.07
Average comments per pull request: 0.56
Merged pull request: 388
Bot issues: 0
Bot pull requests: 306

Past year issues: 0
Past year pull requests: 76
Past year average time to close issues: N/A
Past year average time to close pull requests: about 12 hours
Past year issue authors: 0
Past year pull request authors: 2
Past year average comments per issue: 0
Past year average comments per pull request: 0.32
Past year merged pull request: 59
Past year bot issues: 0
Past year bot pull requests: 74

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/cicirello/rho-mu

Top Issue Authors

  • cicirello (46)

Top Pull Request Authors

  • dependabot[bot] (306)
  • cicirello (114)

Top Issue Labels

  • enhancement (18)
  • refactor (6)
  • cicd (5)
  • testing (4)
  • documentation (3)
  • github_actions (3)
  • website (1)
  • java (1)
  • bug (1)

Top Pull Request Labels

  • dependencies (309)
  • java (304)
  • documentation (38)
  • enhancement (31)
  • refactor (23)
  • cicd (13)
  • hacktoberfest-accepted (13)
  • github_actions (9)
  • testing (4)
  • bug (4)
  • website (1)
  • duplicate (1)

Package metadata

repo1.maven.org: org.cicirello:rho-mu

The rho mu library is a library of Randomization enHancements and Other Math Utilities. It includes implementations of various algorithms for randomly sampling indexes into arrays and other sequential structures, randomly sampling pairs and triples of unique indexes, randomly sampling k indexes, etc. It also includes efficient implementations of random number generation from distributions other than uniform, such as Gaussian, Cauchy, etc. Additionally, it includes implementations of other math functions that are either needed by the randomization utilities, or needed by some of our other projects.

  • Homepage: https://rho-mu.cicirello.org/
  • Documentation: https://appdoc.app/artifact/org.cicirello/rho-mu/
  • Licenses: GPL-3.0-or-later
  • Latest release: 4.2.1 (published about 1 year ago)
  • Last Synced: 2026-05-11T01:32:21.378Z (about 1 month ago)
  • Versions: 25
  • Dependent Packages: 4
  • Dependent Repositories: 7
  • Rankings:
    • Dependent repos count: 9.284%
    • Dependent packages count: 13.916%
    • Average: 31.655%
    • Forks count: 48.292%
    • Stargazers count: 55.127%

Dependencies

pom.xml maven
  • org.junit.jupiter:junit-jupiter 5.8.2 test
.github/workflows/build.yml actions
  • actions/checkout v3 composite
  • actions/setup-java v3 composite
  • actions/upload-artifact v3 composite
  • cicirello/jacoco-badge-generator v2 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v3 composite
  • actions/setup-java v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/docs.yml actions
  • actions/checkout v3 composite
  • actions/setup-java v3 composite
  • cicirello/generate-sitemap v1 composite
  • cicirello/javadoc-cleanup v1 composite
.github/workflows/joss-pdf.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • openjournals/openjournals-draft-action a994a876f36e25076174d9ed133e01b1f1b9fcf3 composite
.github/workflows/maven-publish.yml actions
  • actions/checkout v3 composite
  • actions/setup-java v3 composite
examples/pom.xml maven
  • org.cicirello:rho-mu 3.0.2