summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/cutestuff/util/qrandom.h
blob: ed98c263786b5f58ea445084d5ee80fada29d24b (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