QuasarAppLib
qaglobalutils.cpp File Reference
#include "qaglobalutils.h"
#include <limits>
Include dependency graph for qaglobalutils.cpp:

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
 

Function Documentation

◆ gen()

template<class NUM >
void gen ( int  size,
QByteArray &  result 
)

Definition at line 12 of file qaglobalutils.cpp.

Here is the caller graph for this function:

◆ randomArray()

void randomArray ( int  size,
QByteArray result 
)

randomArray This function return random arrat with size size

Parameters
sizeThis is size of needed array.
resultThis is result value of generated array.

Definition at line 19 of file qaglobalutils.cpp.

Here is the call graph for this function: