Interface IRandomStream

All Known Implementing Classes:
ApacheMathRandomGenerator, MT19937RandomGenerator

public interface IRandomStream
Interface for rngs from differing libraries.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    void
    setSeed(int[] seed)
     
    void
    setSeed(long[] seed)
     
  • Method Details

    • setSeed

      void setSeed(int[] seed)
    • nextDouble

      double nextDouble()
    • setSeed

      void setSeed(long[] seed)