source:
psi/vendor/affinix/current/cutestuff/util/qrandom.h@
2
Last change on this file since 2 was 2, checked in by , 19 years ago | |
---|---|
File size: 197 bytes |
Line | |
---|---|
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.