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