np_randn
Generate samples from the standard normal distribution with a specified shape.
Instructions
Return a sample (or samples) from the "standard normal" distribution.
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 |