Example #1
0
 public ListOfRandBools()
 {
     RandStruct1 = new RandStruct(0, 1);
     GenRand();
 }
 public ListOfRandDouble_ZeroToOne()
 {
     RandStruct1 = new RandStruct(0, 1000000000000);
     GenRand();
 }