Is there a scientific library in JavaScript that can generate probability distributions like this library in Ruby?
For more details on the use cases see this related question: Generate Array of Numbers that fit to a Probability Distribution in Ruby?
For generating distributions in JavaScript, see stdlib, which includes seedable PRNGs for many distributions.