@d4c/numjs
    Preparing search index...

    Function random

    • Create an array of the given shape and propagate it with random samples from a uniform distribution over [0, 1].

      Parameters

      • ...shape: number[]

        The dimensions of the returned array, should all be positive integers

      Returns NdArray

    • Create an array of the given shape and propagate it with random samples from a uniform distribution over [0, 1].

      Parameters

      • Optionalshape: number | number[]

        The dimensions of the returned array, should all be positive integers

      Returns NdArray