Interface RandomDistribution

All Superinterfaces:
Serializable, TetradSerializable

public interface RandomDistribution extends TetradSerializable
A distribution from which noise values are drawn. Each call to nextRandom() draws a new noise value from the distribution.
Author:
josephramsey
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final long
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Draws a new noise value from the underlying distribution.
  • Field Details

  • Method Details

    • nextRandom

      double nextRandom()
      Draws a new noise value from the underlying distribution.
      Returns:
      this value.