Interface SharedStateSampler<R>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      R withUniformRandomProvider​(org.apache.commons.rng.UniformRandomProvider rng)
      Create a new instance of the sampler with the same underlying state using the given uniform random provider as the source of randomness.
    • Method Detail

      • withUniformRandomProvider

        R withUniformRandomProvider​(org.apache.commons.rng.UniformRandomProvider rng)
        Create a new instance of the sampler with the same underlying state using the given uniform random provider as the source of randomness.
        Parameters:
        rng - Generator of uniformly distributed random numbers.
        Returns:
        the sampler