Give us feedback
random-toolkit-xif
Service icon

Random Toolkit

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 05 October 2020 by 
5.0
 (1 rating)
random-toolkit-xif

Random Toolkit

Documentation
1.0.0
RandomFloatingPoint: Generates a number for noncryptographic purposes. Returns a random floating-point number that is greater than or equal to 0.0, and less than 1.0.
RandomForCryptographic: A Better Random Number Generator - Generates a random number for cryptographic purposes. 
RandomWithMax: Generates a number for noncryptographic purposes. Returns a non-negative random integer that is less than the specified maximum

RandomWithMinAndMax: Generates a number for noncryptographic purposes. Returns a random integer that is within a specified range.