Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mrd.jelly.random: Javadoc index of package org.mrd.jelly.random.


Package Samples:

org.mrd.jelly.random

Classes:

Beta: This is a random number generation class that produces pseudo-random doubles acording to a configured Beta Distribution. The Distribution is supported by the cern.jet.random.Beta Distribution Class. The distribution can be configured by two strategies 1.) Alpha and Beta parameters can be provided for the distribution. 2.) The mean and standard devation can be provided to configure the distribution. With this strategy alpha and beta are estimated through the equations: alpha = mean{[mean(1-mean)/s^2] - 1} beta = (1-mean) mean{[mean(1-mean)/s^2] - 1}
Gamma: This is a random number generation class that produces pseudo-random doubles acording to a configured Lambda Distribution. The Distribution is supported by the cern.jet.random.Gamma Distribution Class. The distribution can be configured by two strategies 1.) Alpha and Lambda parameters can be provided for the distribution.
Normal: This is a random number generation class that produces pseudo-random doubles acording to a configured Normal Distribution. It uses the cern.jet.random.Normal Class to support this distribution. The distribution can be configured by supplying a mean and a standard devation. A seed can also be provided.
Uniform: This is a random number generation class that produces pseudo-random doubles acording to a configured Normal Distribution. It uses the cern.jet.random.Normal Class to support this distribution. The distribution can be configured by supplying a mean and a standard devation. A seed can also be provided.
DistributionTagBase
MersenneTwister
RandomTagLibrary

Home | Contact Us | Privacy Policy | Terms of Service