mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
8 lines
105 B
C++
8 lines
105 B
C++
// rand_example.cpp
|
|
#include <time_mock.h>
|
|
|
|
int generateRandomNumber()
|
|
{
|
|
return T::time(NULL) * 3;
|
|
}
|