UNPKG

vega-statistics

Version:

Statistical routines and probability distributions.

6 lines (4 loc) 81 B
export var random = Math.random; export function setRandom(r) { random = r; }