com.metsci.glimpse.util.math.stochastic.pdfdiscrete
Interface PdfDiscrete

All Superinterfaces:
Pdf
All Known Implementing Classes:
PdfDiscretePoisson

public interface PdfDiscrete
extends Pdf

Author:
osborn

Method Summary
 int draw(Generator g)
          Returns a random draw from this PDF using the provided StochasticEngine.Generator object.
 

Method Detail

draw

int draw(Generator g)
Returns a random draw from this PDF using the provided StochasticEngine.Generator object.



Copyright © 2012 Metron, Inc.. All Rights Reserved.