Object[] obj = { "this", "that", "those" }; Random rn = new Random(); Object ob = rn.Next(0, obj.Length);