Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 568 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 568 Bytes

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:

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

Open a Julia REPL:

(v1.6) pkg> activate .

(RandomVariates) pkg> instantiate

Documentation

User guide available here.