Qt编程技巧 Qt随机数的产生 Posted on 2009-10-26 In 技术笔记 首先调用函数 1qsrand(QTime(0,0,0).secsTo(QTime::currentTime())); 产生一个进程, 然后调用函数 1n = qrand(); n就是所差生的随机数