Interface RandomFactorReceiver


public interface RandomFactorReceiver
Interface for classes which want to receiver random floating point values from the random factor generator.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setRandomFactor(double rf)
    Gets random floating point numbers from a random factor generator in the range [0.0 .. 1.0].
  • Method Details

    • setRandomFactor

      void setRandomFactor(double rf)
      Gets random floating point numbers from a random factor generator in the range [0.0 .. 1.0].
      Parameters:
      rf - a floating point value.