-
Unity C# Print Strings Randomly From The List After They Get Selected
almost 2 years ago
-
over 1 year ago
Hey,
You can use Mersenne Twister to generate random numbers.
Mersenne Twister is a pseudorandom number generator, Create 2 array 1 for numbers and 1 for your random values. These two array should be mapped with each other. Then sort number array and and get values according to new sorted array from random values array.
This should work for you. -
1 Answer(s)