public abstract class Dist extends Object implements Serializable
(c) copyright 2002-2004 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Modifier and Type | Field and Description |
---|---|
protected StreamInterface |
stream
stream is the random number generator from which to draw
|
Constructor and Description |
---|
Dist(StreamInterface stream)
Constructs a new Distribution.
|
protected StreamInterface stream
public Dist(StreamInterface stream)
stream
- the stream for this mathematical distribution.Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.