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