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

#include<tqcstring.h>

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

#endif