« Random (rtl) » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 20 : | Ligne 20 : | ||
Voir aussi: | Voir aussi: | ||
* [[Randomize (rtl)|Randomize]] | |||
* [[RandomString (rtl)|RandomString]] | * [[RandomString (rtl)|RandomString]] | ||
Dernière version du 2 juin 2014 à 12:15
<source lang='delphi'>Function Random(Range:Integer):Integer;</source>
Cette fonction génère un nombre aléatoire dans une certaine étendue.
Result | Un nombre compris entre 0 et Range. |
Range | Etendue. |
Exemple
<source lang='delphi'> begin end; </source>
Voir aussi:
{{#if:Développement DSM|
{{#if:Développement DSM|— Développement DSM |}} — Développement DSM —
|
{{#if:|— [[{{{1}}}]] |}} — Développement DSM —
}}