2017-11-14
1.0.0
Ângelo Sousa
SQL Server
.NET
Plug-ins, Applications, Developer Tools
[Overview]
Generates a list composed of random integers. The user is able to pick the minimum and maximum values, as well as the list length and if duplicates are allowed or not.
[Detail]
I needed something similar to a random number list generator. Although I found some helpful components in the Forge, I couldn't find one that allowed the user to generate lists without duplicate values. I have to give credit to the creators of the Randomizer Number Generator (https://www.outsystems.com/forge/component/677/randomizer-number-generator/) which I used to generate the integers.
Hope you guys find it helpful. All kinds of feedback will be appreciated.