@thi.ng/random
Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation
random-extra
Seedable random number generator supporting many common distributions.
rand-picker
A versatile random item picker library for JavaScript. Supports weighted and non-weighted items, multiple chained filters for both added items and pick operations, single or multiple item selection, sequential and unique picking options, weight modifiers,
weighted-random-item-sampler
A weighted random item sampler (selector), where the probability of selecting an item is proportional to its weight, with replacement allowed between samples. In other words, an item can be sampled more than once. The sampling method utilizes a binary sea