sigpy.randn

sigpy.randn(shape, scale=1, dtype=<class 'float'>, device=<CPU Device>)[source]

Create random Gaussian array.

Parameters:
  • shape (tuple of ints) – Output shape.
  • scale (float) – Standard deviation.
  • dtype (Dtype) – Output data-type.
  • device (Device) – Output device.
Returns:

Random Gaussian array.

Return type:

array