Generate Random Number

Function that generates a sequence of numbers that cannot be reasonably predicted better than by a random chance.

๐Ÿ“ฅ Entry vars

  • Max number: the max number is the element that the user set the largest value in the input.

  • Minimum number: the min number is the element that the user set the largest value in the input.

****โ†— Callbacks

  • Successfully generated: you can set functions if the random number is successfully generated.

Last updated