Returns a random number with gaussian (ie. bell-curved) distribution
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);
Skew factor. Defaults to 1, no skewing. Above 1 will skew to left, below 1 will skew to right
Returns a random number with gaussian (ie. bell-curved) distribution
Example: Random number between 0..1 with gaussian distribution
Example: Distribution can be skewed