x=0, y=0) |
) |
shape=[]) |
If no argument is specified, the function returns a single floating point number, not an array.
Note: See discussion of the flat attribute in section 10.
minimum, maximum, shape=[]) |
The minimum and maximum arguments can be arrays. If this is the case, and the output shape is specified, minimum and maximum are broadcasted if their dimensions are not equal to shape. If shape is not specified, the shape of the output is equal to the shape of minimum and maximum after broadcasting.
If no shape is specified, and minimum and maximum are scalars, a single value is returned.
minimum, maximum, shape=[]) |
The minimum and maximum arguments can be arrays. If this is the case, and the output shape is specified, minimum and maximum are broadcasted if their dimensions are not equal to shape. If shape is not specified, the shape of the output is equal to the shape of minimum and maximum after broadcasting.
If no shape is specified, and minimum and maximum are scalars, a single value is returned.
n) |
0
and n-1
, in an array of shape (n,)
with its
elements randomly permuted.
Send comments to the NumArray community.