Package cz.cuni.mff.abacs.tools

Examples of cz.cuni.mff.abacs.tools.CombinationGenerator


     *
     * @param n
     * @param r
     */
    public PseudoRandomCombinationGenerator(int n, int r) {
      this._gener = new CombinationGenerator(n, r);
      this.fillBuffer();
    }
View Full Code Here

TOP

Related Classes of cz.cuni.mff.abacs.tools.CombinationGenerator

Copyright © 2018 www.massapicom. 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.