source:
psi/vendor/affinix/current/cutestuff/util/qrandom.h
Last change on this file was 2, checked in by , 19 years ago | |
---|---|
File size: 197 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #ifndef CS_QRANDOM_H |
2 | #define CS_QRANDOM_H | |
3 | ||
4 | #include<qcstring.h> | |
5 | ||
6 | class QRandom | |
7 | { | |
8 | public: | |
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.