Randomizing Arrays
-
Is it possible in FUZE to create and array and randomly shuffle its contents? Example, colors = [ red, blue, green ], after shuffling, colors = [ green, red, blue ]. I’m trying to make a game that needs this mechanic, but for the life of me I just can’t seam to figure out how to do it.😩
-
Take a look at this post: https://fuzearena.com/forum/topic/1066/card-shuffling-algorithm-needed/3
-
This post is deleted! -
Thanks pianofire, I’ve been banging my head for hours trying to figure it out.