We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Rnd function does not return 71 if Randomize is not called.
Steps to reproduce the behavior: Execute script:
intHighNumber = 100 intLowNumber = 1 intNumber = Int((intHighNumber – intLowNumber + 1) * Rnd + intLowNumber) Wscript.Echo intNumber
71 should be returned, unless Randomize is called before Rnd.
https://devblogs.microsoft.com/scripting/how-can-i-generate-random-numbers-using-a-script/
The text was updated successfully, but these errors were encountered:
decalage2
No branches or pull requests
The Rnd function does not return 71 if Randomize is not called.
Steps to reproduce the behavior:
Execute script:
71 should be returned, unless Randomize is called before Rnd.
https://devblogs.microsoft.com/scripting/how-can-i-generate-random-numbers-using-a-script/
The text was updated successfully, but these errors were encountered: