arrow-fx-coroutines / arrow.fx.coroutines.stream / Stream / random
fun random(seed: Int): Stream<Int>
fun random(seed:
Int
):
Stream
<
>
Creates a random stream of integers using a random seed.
Do you like Arrow?