kmath
common
kmath-stat
/
space.kscience.kmath.distributions
/
NormalDistribution
/
sample
sample
common
open
override
fun
sample
(
generator
:
RandomGenerator
)
:
Chain
<
Double
>
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