@jossmac/lil-libs
    Preparing search index...

    Type Alias RandomBiasedOptions

    type RandomBiasedOptions = {
        peak?: number;
        spread?: number;
    }
    Index

    Properties

    Properties

    peak?: number

    Where the peak of the curve sits within the range [min, max].

    0.5
    
    spread?: number

    How wide the curve is, as a fraction of the total range [min, max]. Lower values create a sharper peak; higher values flatten the curve.

    0.2