UT3Variations.randn =================== .. py:method:: t3toolbox.uniform_frame_variations_format.UT3Variations.randn(uniform_variation_shapes, shape, stack_shape = (), masks = None, use_jax = False) :staticmethod: .. code-block:: python def randn( uniform_variation_shapes, shape: typ.Sequence[int], stack_shape: typ.Tuple[int, ...] = (), masks: typ.Optional['UT3VariationsMasks'] = None, use_jax: bool = False, ) -> 'UT3Variations': Variations with i.i.d. N(0,1) supercore entries (filled completely; ungauged). See :py:meth:`randn_like`.