Class GaussianRandomGenerator

    • Constructor Detail

      • GaussianRandomGenerator

        public GaussianRandomGenerator​(RandomGenerator generator)
        Create a new generator.
        Parameters:
        generator - underlying random generator to use
    • Method Detail

      • nextNormalizedDouble

        public double nextNormalizedDouble()
        Generate a random scalar with null mean and unit standard deviation.
        Specified by:
        nextNormalizedDouble in interface NormalizedRandomGenerator
        Returns:
        a random scalar with null mean and unit standard deviation