random_like
Method of ComplexArray.
Overloads
| Name | Description |
|---|---|
random_like(Distribution distribution) -> ComplexArray | Return a ComplexArray of random numbers with the same shape and type as a given ComplexArray. |
random_like() -> ComplexArray | Return a ComplexArray of random numbers with the same shape and type as a given ComplexArray. |
random_like(Distribution distribution) -> ComplexArray
Return a ComplexArray of random numbers with the same shape and type as a given ComplexArray.
Parameters
- distribution: A Distribution used to populate the given array.
random_like() -> ComplexArray
Return a ComplexArray of random numbers with the same shape and type as a given ComplexArray.