generateRandomString
Last updated
Last updated
generateRandomString() function is the Standard function available in 200OK.
The fx_generateRandom function generates a random decimal number within the specified range, defined by the parameters x and y.
Syntax : { "generateRandom": "fx_generateRandom(1,99)"}
Example : fx_generateRandom(1, 10) would yield a random number "6" which is the random number between 1 to 10.
Request Side :
Response Side :