randomvariates.jl

A collection of random variate generators.

https://github.com/chris-santiago/randomvariates.jl

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.1%) to scientific vocabulary

Keywords

julia julialang prng random-variable-generator simulation
Last synced: 10 months ago · JSON representation ·

Repository

A collection of random variate generators.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
julia julialang prng random-variable-generator simulation
Created over 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

Random Variates

A collection of random variate generators, from scratch.

There's nothing novel, here; I completed this project mostly for some hands-on practice with Julia.

Installation

Clone this repo:

bash git clone https://github.com/chris-santiago/RandomVariates.jl.git cd RandomVariates

Open a Julia REPL:

```julia-repl (v1.6) pkg> activate .

(RandomVariates) pkg> instantiate ```

Documentation

User guide available here.

Owner

  • Name: Chris Santiago
  • Login: chris-santiago
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Santiago"
  given-names: "Christopher"
title: "RandomVariates.jl"
version: 1.0.0
doi: 10.5281/zenodo.1234
date-released: 2022-03-29
url: "https://github.com/chris-santiago/RandomVariates.jl"

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 95
  • Total Committers: 3
  • Avg Commits per committer: 31.667
  • Development Distribution Score (DDS): 0.147
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
chris-santiago c****o@g****u 81
CompatHelper Julia c****y@j****g 8
Chris Santiago 4****o 6
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 30
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 months
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 29
  • Bot issues: 0
  • Bot pull requests: 8
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • chris-santiago (22)
  • github-actions[bot] (8)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/documentation.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia latest composite