Package cern.jet.random

Examples of cern.jet.random.Logarithmic


    ////                         protected methods                 ////

    /** Method that is called after _randomNumberGenerator is changed.
     */
    protected void _createdNewRandomNumberGenerator() {
        _generator = new Logarithmic(0.5, _randomNumberGenerator);
    }
View Full Code Here

TOP

Related Classes of cern.jet.random.Logarithmic

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.