LuaSTG-x Core API
math::Random Member List

This is the complete list of members for math::Random, including all inherited members.

_randbelow(local n)math::Random
_set_random(local generator, local seeder)math::Random
betavariate(local alpha, local beta)math::Random
choice(local seq)math::Random
expovariate(local lambd)math::Random
gammavariate(local alpha, local beta)math::Random
gauss(local mu, local sigma)math::Random
lognormvariate(local mu, local sigma)math::Random
normalvariate(local mu, local sigma)math::Random
paretovariate(local alpha)math::Random
randint(local a, local b)math::Random
random()math::Random
randrange(local start, local stop, local step)math::Random
sample(local population, local k)math::Random
seed(local a)math::Random
shuffle(local x, local random)math::Random
triangular(local low, local high, local mode)math::Random
uniform(local a, local b)math::Random
vonmisesvariate(local mu, local kappa)math::Random
weibullvariate(local alpha, local beta)math::Random