C++ (Qt)run(){ qDebug() << qrand();}
C++ (Qt) [b]qsrand(QTime(0,0,0).msecsTo(QTime::currentTime()));[/b] int iRand = (int)qrand(); qDebug() << iRand;