np_rand
Generate random arrays of specified shape with uniform distribution in [0,1).
Instructions
Random values in a given shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shape | Yes | The shape of the output (int or list of ints). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |