mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Included SFMT RNG
This commit is contained in:
parent
d7b3764bba
commit
7e9879c0ea
7 changed files with 85 additions and 7 deletions
|
|
@ -6,7 +6,6 @@ RNG_Qt::RNG_Qt(QObject *parent)
|
|||
: RNG_Abstract(parent)
|
||||
{
|
||||
int seed = QDateTime::currentDateTime().toTime_t();
|
||||
qDebug(QString("qsrand(%1)").arg(seed).toLatin1());
|
||||
qsrand(seed);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue