Exemplo n.º 1
0
 public Arbitrary(Algorithms.Double algorithm)
 {
     this._wrapper = new DoubleWrapper(algorithm);
 }
Exemplo n.º 2
0
 public Arbitrary(Algorithms.Integer algorithm)
 {
     this._wrapper = new IntegerWrapper(algorithm);
 }