kmath-stat
/
space.kscience.kmath.samplers
/
ConstantSampler
common
Constant
Sampler
class
ConstantSampler
<
T
:
Any
>(const:
T
) :
Sampler
<
T
>
Content copied to clipboard
Functions
Properties
Functions
sample
Link copied to clipboard
common
open override fun
sample
(generator:
RandomGenerator
):
BlockingBufferChain
<
T
>
Content copied to clipboard
Generates a chain of samples.
Properties
const
Link copied to clipboard
common
val
const
:
T
Content copied to clipboard