kmath
common
kmath-stat
/
space.kscience.kmath.distributions
/
FactorizedDistribution
/
sample
sample
common
open
override
fun
sample
(
generator
:
RandomGenerator
)
:
Chain
<
Map
<
String
,
T
>
>
Content copied to clipboard
Generates a chain of samples.
Return
the new chain.
Parameters
generator
the randomness provider.
Sources
common source
Link copied to clipboard