QuasarAppLib
|
Go to the source code of this file.
Functions | |
template<class NUM > | |
void | gen (int size, QByteArray &result) |
void | randomArray (int size, QByteArray &result) |
randomArray This function return random arrat with size size | |
void gen | ( | int | size, |
QByteArray & | result | ||
) |
void randomArray | ( | int | size, |
QByteArray & | result | ||
) |
randomArray This function return random arrat with size size
size | This is size of needed array. |
result | This is result value of generated array. |
Definition at line 19 of file qaglobalutils.cpp.