next

suspend fun <T : Any> Sampler<T>.next(generator: RandomGenerator): T(source)

Samples one value from this Sampler.