source: psi/vendor/affinix/current/cutestuff/util/qrandom.h@ 2

Last change on this file since 2 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 197 bytes
Line 
1#ifndef CS_QRANDOM_H
2#define CS_QRANDOM_H
3
4#include<qcstring.h>
5
6class QRandom
7{
8public:
9 static uchar randomChar();
10 static uint randomInt();
11 static QByteArray randomArray(uint size);
12};
13
14#endif
Note: See TracBrowser for help on using the repository browser.