Returns a random number with gaussian (ie. bell-curved) distribution
Skew factor. Defaults to 1, no skewing. Above 1 will skew to left, below 1 will skew to right
import * as Random from 'https://unpkg.com/ixfx/dist/random.js';Random.gaussian(); Copy
import * as Random from 'https://unpkg.com/ixfx/dist/random.js';Random.gaussian();
Random.gaussian(10); Copy
Random.gaussian(10);
Returns a random number with gaussian (ie. bell-curved) distribution