source: xssim/src/eduni/simjava/distributions/GeneralGenerator.java @ 104

Revision 104, 234 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package eduni.simjava.distributions;
2
3import cern.jet.random.AbstractDistribution;
4
5public 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.