mtalg.random.standard_cauchy

standard_cauchy(size: int | tuple | None = None) ndarray | Number[source]

Draw from a standard Cauchy distribution.

Parameters:

size (int or tuple) – Output shape.

Returns:

numpy.ndarray or scalar.