ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Initializes the generator of random numbers.
WEBDEV - Browser code This function has no effect in browser code.
Example
// Initialisation du générateur de nombres aléatoires
InitRandom()
Syntax
<Result> = InitRandom(<n>)
<Result>: Integer
New in version SaaS
Value of the random seed chosen by the system to initialize the random number generator.
If the parameter is specified, the seed corresponds to this value.
WEBDEV - Browser codeAndroidAndroid Widget JavaPHP This value is not available.
<n>: entier
Base number for the generator of random numbers.
If this parameter is not specified, the generator of random numbers is based on the system time (hundredths of a second).
Remarks
  • If InitRandom is not called, the random values generated by Random will be the same whenever the program is run.
  • If InitRandom is called successively, identical sequences will be returned because InitRandom uses the system time to generate sequences of random numbers.
  • Using the <n> parameter does not necessarily guarantee to get different sequences.
Business / UI classification: Neutral code
Component: wd300std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/12/2024

Send a report | Local help