Esempio n. 1
0
 public Byte Arbitrary(IRandom gen, int size)
 {
     return(gen.Byte(size));
 }