by Willy Marlian (1 Submission)
Category: Math/Dates
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)

Created Unique Randomized Numbers.
This program can be used to create a random number based on the maximum number that you want (default is 10).
It can also be implemented for a lotery program and random examination program.
As a beginner, the algorithm number used might be wrong or inefficient. Therefore if you have any suggestion for the better, please feel free to inform me, Any suggestion/ advice would be greatly appreciated
Thank you.
Inputs
MaxNumber
Assumes
This program can be used to create a random number based on the maximum number that you want (default is 10).
It can also be implemented for a lotery program and random examination program.
As a beginner, the algorithm number used might be wrong or inefficient. Therefore if you have any suggestion for the better, please feel free to inform me, Any suggestion/ advice would be greatly appreciated
Thank you.
Code Returns
Unique Randomize Numbers
Download RandomizeNumber (13 KB)