source:
xssim/src/eduni/simjava/distributions/GeneralGenerator.java
@
104
Revision 104, 234 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[104] | 1 | package eduni.simjava.distributions; |
2 | ||
3 | import cern.jet.random.AbstractDistribution; | |
4 | ||
5 | public class GeneralGenerator extends AbstractSpecificGenerator{ | |
6 | ||
7 | public GeneralGenerator(AbstractDistribution generator) { | |
8 | super(generator); | |
9 | } | |
10 | } |
Note: See TracBrowser
for help on using the repository browser.