Module m3DCS

Interface ContinuousGenerator

All Superinterfaces:
Seedable
All Known Implementing Classes:
RandomGenerator

public interface ContinuousGenerator extends Seedable
A continuous generator provides a double value according to the distribution it relies on.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     

    Methods inherited from interface de.grogra.blocks.arrangeBlock.Seedable

    getSeed, reseed, setSeed
  • Method Details

    • sample

      double sample()