mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
moved call to rng constructor to main()
This commit is contained in:
parent
a5d73a9a60
commit
e92840c849
3 changed files with 14 additions and 5 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue