Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        



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](https://chris-santiago.github.io/RandomVariates.jl/dev/).