@bdelab/jscat - v5.3.2
    Preparing search index...

    Function uniform

    • Return a uniform distribution within a given range

      Parameters

      • min: number = -4

        lower bound of the uniform distribution

      • max: number = 4

        upper bound of the uniform distribution

      • stepSize: number = 0.1

        the quantization (step size) of the internal table, default = 0.1

      • OptionalfullMin: number

        full range minimum (defaults to min)

      • OptionalfullMax: number

        full range maximum (defaults to max)

      Returns [number, number][]

      • a uniform distribution