-
Notifications
You must be signed in to change notification settings - Fork 36
RandomNum Function
Nilesh Ghodekar edited this page Apr 12, 2018
·
7 revisions
int RandomNum(start:int, end:int)
Returns a random number within the specified interval. The random number returned is greater than or equal to start and less than end. This behaviour is same as the .Net Random.Next() method, but not same as the FIM RandomNum function which can return the end number.
If any input parameter is null, an exception is thrown.
1.0.0.0 and later
RandomNum(300,400)
- MIMWAL Site - http://aka.ms/MIMWAL
- MIMWAL Releases - http://aka.ms/MIMWAL/Releases
- MIMWAL Documentation Wiki - http://aka.ms/MIMWAL/Wiki
- MIMWAL FAQ - http://aka.ms/mimwal/faq
- MIMWAL GitHub Code Repo - http://aka.ms/MIMWAL/Repo
- MIMWAL TechNet Q&A Forum (now read-only) - http://aka.ms/MIMWAL/Forum