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.
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
User guide available here.