Skip to content

higa2/cs421-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

cs421-final-project

Final Project for CS421

How to run code

stack build random
stack ghci
:l main.hs

Example: Sampling from a distribution

sampleN g 100 $ normal 0 1
    where
        g = R.mkStdGgen 0

If you want to implement your own distributions there are several examples in Main.hs.

About

Final Project for CS421

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors