[Visual Basic] Fonction randomize
Fermé
klowlead
-
17 févr. 2005 à 14:48
creadiff Messages postés 445 Date d'inscription samedi 3 avril 2010 Statut Membre Dernière intervention 3 novembre 2011 - 23 août 2011 à 14:08
creadiff Messages postés 445 Date d'inscription samedi 3 avril 2010 Statut Membre Dernière intervention 3 novembre 2011 - 23 août 2011 à 14:08
A voir également:
- Vb6 randomize
- Vb6 - Télécharger - Divers Utilitaires
- Vba randomize ✓ - Forum VB / VBA
- Vb6 msdn ✓ - Forum Logiciels
- Vb6 commondialog ✓ - Forum VB / VBA
- Listbox vb6 ✓ - Forum VB / VBA
3 réponses
Merci pour ton aide, j'ai trouvé la solution à mon problème dans la page que tu m'as refilée.
Pour information, avant de taper :
NB = Int((9999 - 1 + 1) * Rnd + 1)
Il faut appeler Randomize.
Ainsi :
Randomize
NB = Int((9999 - 1 + 1) * Rnd + 1)
...retourne un nombre totalement aléatoire entre 1 et 9999.
Pour information, avant de taper :
NB = Int((9999 - 1 + 1) * Rnd + 1)
Il faut appeler Randomize.
Ainsi :
Randomize
NB = Int((9999 - 1 + 1) * Rnd + 1)
...retourne un nombre totalement aléatoire entre 1 et 9999.
Salut =)
tu peux aller voir sur ce site : http://www.vbexplorer.com/VBExplorer/random/random_numbers_1.asp
++
tu peux aller voir sur ce site : http://www.vbexplorer.com/VBExplorer/random/random_numbers_1.asp
++
C'est ça que j'adore dans le VB, il y a plein de fonction comme ça toutes faites ! en C/C++ comment j'avais galéré pour générer un nombre aléatoire!
bonne continuation =)
bonne continuation =)
creadiff
Messages postés
445
Date d'inscription
samedi 3 avril 2010
Statut
Membre
Dernière intervention
3 novembre 2011
57
23 août 2011 à 14:08
23 août 2011 à 14:08