Klibr / math_random

kevgd / Klibr / math_random

math_random (mini, maxi)

Retourne une valeur aléatoire comprise entre la valeur mini et maxi (incluses) passées en parametre.

illustration function klibr math_random

Exemple d'utilisation en Javascript

v = math_random(1, 9);

Exemple d'utilisation en VB6

v = math_random(1, 9)

Exemple d'utilisation en VBA

v = math_random(1, 9)
kevgd loader
Patientez...