random_like
Method of ComplexMatrix.
Overloads
| Name | Description |
|---|---|
random_like(Distribution distribution) -> ComplexMatrix | Return a ComplexMatrix of random numbers with the same shape and type as a given ComplexMatrix. |
random_like() -> ComplexMatrix | Return 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.