Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chris-santiago/randomvariates.jl
A collection of random variate generators.
https://github.com/chris-santiago/randomvariates.jl
julia julialang prng random-variable-generator simulation
Last synced: 10 days ago
JSON representation
A collection of random variate generators.
- Host: GitHub
- URL: https://github.com/chris-santiago/randomvariates.jl
- Owner: chris-santiago
- License: mit
- Created: 2022-02-28T00:20:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T01:16:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T04:49:41.185Z (24 days ago)
- Topics: julia, julialang, prng, random-variable-generator, simulation
- Language: Jupyter Notebook
- Homepage: https://chris-santiago.github.io/RandomVariates.jl/
- Size: 2.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
Random VariatesA 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](https://chris-santiago.github.io/RandomVariates.jl/dev/).