Skip navigation links
B D E I L N R U 

B

bates(n) - Method in class io.data2viz.random.RandomDistribution
 
bates(n) - Method in class io.data2viz.random.RandomDistribution.Default
returns a function for generating random numbers with a Bates distribution with n independent variables.

D

Default - Static variable in class io.data2viz.random.RandomDistribution
 

E

exponential(lambda) - Method in class io.data2viz.random.RandomDistribution.Default
Returns a function for generating random numbers with an exponential distribution with the rate lambda; equivalent to time between events in a Poisson process with a mean of 1 / lambda. For example, exponential(1/40) generates random times between events where, on average, one event occurs every 40 units of time.
exponential(lambda) - Method in class io.data2viz.random.RandomDistribution
 

I

io.data2viz.random - package io.data2viz.random
 
irwinHall(n) - Method in class io.data2viz.random.RandomDistribution.Default
Returns a function for generating random numbers with an Irwin–Hall distribution with n independent variables.
irwinHall(n) - Method in class io.data2viz.random.RandomDistribution
 

L

logNormal(mu, sigma) - Method in class io.data2viz.random.RandomDistribution.Default
returns a function for generating random numbers with a log-normal distribution. The expected value of the random variable’s natural logarithm is mu, with the given standard deviation sigma. If mu is not specified, it defaults to 0; if sigma is not specified, it defaults to 1.
logNormal(mu, sigma) - Method in class io.data2viz.random.RandomDistribution
 

N

normal(mu, sigma) - Method in class io.data2viz.random.RandomDistribution.Default
Returns a function for generating random numbers with a normal (Gaussian) distribution. The expected value of the generated numbers is mu, with the given standard deviation sigma. If mu is not specified, it defaults to 0.0; if sigma is not specified, it defaults to 1.0
normal(mu, sigma) - Method in class io.data2viz.random.RandomDistribution
 

R

random() - Method in class io.data2viz.random.RandomDistribution
 
RandomDistribution - Class in io.data2viz.random
Generate random numbers from various distributions.
RandomDistribution.Default - Class in io.data2viz.random
 
RandomDistributionKt - Class in io.data2viz.random
 

U

uniform(min, max) - Method in class io.data2viz.random.RandomDistribution.Default
Returns a function for generating random numbers with a uniform distribution. The minimum allowed value of a returned number is min, and the maximum is max. If min is not specified, it defaults to 0; if max is not specified, it defaults to 1.
uniform(min, max) - Method in class io.data2viz.random.RandomDistribution
 
B D E I L N R U 
Skip navigation links