Forum Discussion
TracyParish
7 years agoSuper Hero
Ensuring a Random Number is not Re-picked
This one might be for the javascript experts in the community, but open to all.
I think someone (and it might have been Owen Holt) posted how you can use javascript to create a random variable and...
OwenHolt
7 years agoSuper Hero
You've got the right thread for my JavaScript solution. It does have a heavy dependence on variables so the bigger the number range, the more variables required.
Stephanie Harnett just published a thread where she used the new random number variable but also controlled it such that previously selected numbers were not used. Her thread only included the published file so I am not sure how she was controlling the valid selections. Link to Stephanie's thread