* Uses the cryptographically secure random generator to shuffle the supplied * iterable.
(elements: Iterable<A>)
| 141 | * iterable. |
| 142 | */ |
| 143 | randomShuffle<A>(elements: Iterable<A>): Effect.Effect<Array<A>> |
| 144 | |
| 145 | /** |
| 146 | * Generates a cryptographically secure UUIDv4 string. |