Complete VBScript Reference
The Rnd function returns a random number. The number is always less than 1 but greater or equal to 0.
| Parameter | Description |
|---|---|
| number | Optional. A valid numeric expression If number is:
|
A random number:
Note that you will get the same number every time. To avoid this, use the Randomize statement like in Example 2
The output of the code above will be:
To avoid getting the same number every time, like in Example 1, use the Randomize statement:
The output of the code above will be:
Here is how to produce random integers in a given range:
The output of the code above will be:
Complete VBScript Reference
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.