mtalg.random.MultithreadedRNG.standard_normal

MultithreadedRNG.standard_normal(size: int | tuple | None = None, dtype=<class 'numpy.float64'>) ndarray | Number[source]

Draw from a standard normal distribution.

Parameters:
  • size – Output shape.

  • dtype – Dtype of output array.

Returns:

numpy.ndarray or scalar.