MagicSmoke  $VERSION$
scrand.h
Go to the documentation of this file.
1 //
2 // C++ Interface: Random Number Retriever
3 //
4 //
5 // Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2016
6 //
7 // Copyright: See README/COPYING.GPL files that come with this distribution
8 //
9 //
10 
11 #ifndef MAGICSMOKE_SC_RAND_H
12 #define MAGICSMOKE_SC_RAND_H
13 
14 #include <QByteArray>
15 
16 namespace MagicSmokeRandom {
17 
19 QByteArray getRandomBytes(quint8 bytes);
20 
21 }
22 
23 #endif
Definition: scrand.cpp:22
QByteArray getRandomBytes(quint8 bytes)
Get some crypto strength random bytes. May return less than requested.
Definition: scrand.cpp:25