RandomGenerator (Français)

Disponible depuis LÖVE 0.9.0
Ce-tte type n'est pas supporté-e par des versions plus anciennes.

Un objet de génération de nombre aléatoire qui a son propre état aléatoire.

Constructeurs

love.math.newRandomGenerator Creates a new RandomGenerator object. Added since 0.9.0

Fonctions

Object:release Immediately destroys the object's Lua reference. Added since 11.0
Object:type Gets the type of the object as a string.
Object:typeOf Checks whether an object is of a certain type.
RandomGenerator:getSeed Gets the seed of the random number generator. Added since 0.9.0
RandomGenerator:getState Gets the current state of the random number generator. Added since 0.9.1
RandomGenerator:random Generates a pseudo-random number in a platform independent manner. Added since 0.9.0
RandomGenerator:randomNormal Get a normally distributed pseudo random number. Added since 0.9.0
RandomGenerator:setSeed Sets the seed of the random number generator. Added since 0.9.0
RandomGenerator:setState Sets the current state of the random number generator. Added since 0.9.1

Supertypes

Voir également

Autres langues