nodef / extra-random

A random number is a number chosen as if by chance from a set.
https://www.npmjs.com/package/extra-random
MIT License
0 stars 0 forks source link

Pseudo-random number generation concepts from the C++ library #4

Open wolfram77 opened 1 year ago

wolfram77 commented 1 year ago

Consider the following enhancements. Include any functions that have not already been mentioned.

Uniform random bit generators

Random number engines

Random number engine adaptors

Predefined random number generators

Non-deterministic random numbers

Uniform distributions

Bernoulli distributions

Poisson distributions

Normal distributions

Sampling distributions

Utilities