ashgti / node-math-utils

Node.js Math Utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a library to add some mathmatics utlity functions
to Node.js.

Random Number Generators:
  Random(seed) -- uniformly distributed psuedo random number generator from [0.0, 1.0)
  UniformRandom(min, max, seed) -- generates uniformly distrubted random numbers from min to max
  ExponentialRandom(lambda, seed) -- generats an exponentially distributed random number from 0 to Inf but the mean is lambda. 

About

Node.js Math Utilities

License:MIT License


Languages

Language:JavaScript 54.5%Language:C++ 45.5%