UT3Variations.randn#

static t3toolbox.uniform_frame_variations_format.UT3Variations.randn(uniform_variation_shapes, shape, stack_shape=(), masks=None, use_jax=False)#
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 randn_like().

Parameters:
  • shape (t3toolbox.backend.common.typ.Sequence[int])

  • stack_shape (t3toolbox.backend.common.typ.Tuple[int, Ellipsis])

  • masks (t3toolbox.backend.common.typ.Optional[UT3VariationsMasks])

  • use_jax (bool)

Return type:

UT3Variations