Module m3DCS

Interface DiscreteGenerator

All Superinterfaces:
Seedable
All Known Implementing Classes:
SeedGenerator

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

    Modifier and Type
    Method
    Description
    long
     

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

    getSeed, reseed, setSeed
  • Method Details

    • sample

      long sample()