PDA

View Full Version : Random no. generation using QT3??



darpan
8th August 2006, 12:17
Hi,

I am working on a project using QT3 for mac. I want to generate random no., I have to write this random to a buffer bytes. How i can use QT for this.

How should i have to do this.?

Thanks and Regards

jacek
8th August 2006, 13:02
Use srand() and rand().