+ 1
Creating a random tire list in c#
I was thinking about using the random class in c# but instead of picking a random string I want the random class to randomly place these strings in different positions anyone has an idea
2 Réponses
+ 1
This is how I used the random class.
https://www.tutorialspoint.com/Random-Numbers-in-Chash
https://code.sololearn.com/cu2HeOviPSHN/?ref=app
+ 1
Thanks sneeze