public Presenter_RandomNumbers(IView_RandomPage view, long seed) { this.view = view; model = new Model_RandomGenerator(seed); }
public Presenter_RandomNumbers(IView_RandomPage view) { this.view = view; model = new Model_RandomGenerator(); model.arrangment = view.arrangment; }