I currently have an array (String) I’m using to draw a tiled map on the screen. I would like a way to randomize each number in it to create random tile placement. If anybody knows a way to do this, please tell me.
Also, if there is a better way to do this other than a string array, please tell me.