Skip to content

YesDrX/randgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nimble MIT

What is randgen?

A random variable generating library for nim.

Installation

git clone https://github.com/YesDrX/randgen.git
cd randgen
nimble install

or

nimble install randgen

Example

import randgen
when isMainModule:
  discard initRand(100)
  echo randGaussian()
0.754597695851647

About

A random variable generating library for nim.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages