Examples of DiscreteDistUniform


Examples of desmoj.core.dist.DiscreteDistUniform

    linie181 = (bushaltestelleInformatikum.createMessageChannel("Linie 181"));
    linie281 = (bushaltestelleInformatikum.createMessageChannel("Linie 281"));

    uniSchlussVerteilung = new ContDistNormal(this, "UniSchlussVerteilung", 5, 2, true, true);
    uniSchlussVerteilung.setNonNegative(true);
    fahrtzielVerteilung = new DiscreteDistUniform(getModel(), "FahrtzielVerteilung", 0, 5, true, true);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.