Skip to content

chris-santiago/RandomVariates.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.