de.grogra.blocks.arrangeBlock
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
 double sample()
           
 
Methods inherited from interface de.grogra.blocks.arrangeBlock.Seedable
getSeed, reseed, setSeed
 

Method Detail

sample

double sample()