summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/cutestuff/util/qrandom.h
blob: b877c1f2c5cf659870b2e3132bf589badf857f84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef CS_TQRANDOM_H
#define CS_TQRANDOM_H

#include<tqcstring.h>

class QRandom
{
public:
	static uchar randomChar();
	static uint randomInt();
	static TQByteArray randomArray(uint size);
};

#endif