randgen

A random variable generating library for nim.


Need help? Read Nimble

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

Author: YesDrX

Licence: MIT

Project website

Docs