Documentation of 'org.apache.commons.math3.random.GaussianRandomGenerator' Java class
GaussianRandomGenerator
org.apache.commons.math3.random

Class GaussianRandomGenerator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double nextNormalizedDouble()
      Generate a random scalar with null mean and unit standard deviation.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.