Skip to main content

random_like

Method of ComplexMatrix.

Overloads

NameDescription
random_like(Distribution distribution) -> ComplexMatrixReturn a ComplexMatrix of random numbers with the same shape and type as a given ComplexMatrix.
random_like() -> ComplexMatrixReturn a ComplexMatrix of random numbers with the same shape and type as a given ComplexMatrix.

random_like(Distribution distribution) -> ComplexMatrix

Return a ComplexMatrix of random numbers with the same shape and type as a given ComplexMatrix.

Parameters

  • distribution: A Distribution used to populate the given array.

random_like() -> ComplexMatrix

Return a ComplexMatrix of random numbers with the same shape and type as a given ComplexMatrix.