tf.experimental.numpy.random.randn

TensorFlow variant of NumPy's random.randn.

Returns samples from a normal distribution.

Uses tf.random_normal.

Args: *args: The shape of the output array.

Returns: An ndarray with shape args and dtype float64.

See the NumPy documentation for numpy.random.randn.