I know that I can use a function / variable for generating quasi random numbers called Rnd. However, I noticed that whenever I used Rnd in my user form, this sequence of numbers is always displayed:
first iteration: 0.705547511577606 second iteration: 0.533424019813538 ...
As a result, b / c, the sequence of displayed numbers is the same every time I restart the user form, it does not seem random. Are there other functions in the VBA feature set that will make it more random? Thanks in advance.
source share