Randomly choose an array C# [closed]

A simple option would be: Make an array of the arrays. Pick a random index to get one of the arrays. Create a reference to this and then pick each member as needed.

Leave a Comment