Essentially, I am looking for a cleaner version of the following: ```cs var foo = new float[] { rnd.Next(35), rnd.Next(35), rnd.Next(35) };```