randgen
A random variable generating library for nim.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:23 |
Tags
Installation
nimble install randgen
choosenim install randgen
git clone https://github.com/YesDrX/randgen
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| randgen | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/YesDrX/randgen |
|---|---|
| Homepage | https://yesdrx.github.io/randgen/ |
| Registry Source | nimble_official |
README
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
Documentaion
Example
import randgen
when isMainModule:
discard initRand(100)
echo randGaussian()
0.754597695851647
