moved call to rng constructor to main()

This commit is contained in:
Max-Wilhelm Bruker 2010-09-23 15:43:39 +02:00
parent a5d73a9a60
commit e92840c849
3 changed files with 14 additions and 5 deletions

View file

@ -1,9 +1,6 @@
#include "rng_abstract.h"
#include "rng_qt.h"
#include "rng_sfmt.h"
#include <QDebug>
RNG_Abstract *rng = new RNG_SFMT;
QVector<int> RNG_Abstract::makeNumbersVector(int n, int min, int max)
{