kmath-stat
/
space.kscience.kmath.stat
/
chain
common
chain
fun <
R
>
RandomGenerator
.
chain
(generator: suspend
RandomGenerator
.() ->
R
):
RandomChain
<
R
>
Content copied to clipboard
Create a generic random chain with provided
generator