string[,] data = new string[,] {
string choice = select(data, "*");
Console.WriteLine(choice);
string select(string[,] selections, string filter) {
int count = selections.GetLength(0);
for (int i=0; i < count; i++) {
weight = Int32.Parse( selections[i, 2] );
if (rand.Next(1, total) <= weight) selected = selections[i, 0];