mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Refactor free functions into RandomNumbers
This commit is contained in:
@@ -160,7 +160,7 @@ int main(int argc, char* argv[])
|
||||
// Prepare to run
|
||||
//
|
||||
|
||||
if (!AddSystemEntropy())
|
||||
if (! RandomNumbers::getInstance ().initialize ())
|
||||
{
|
||||
std::cerr << "Unable to add system entropy" << std::endl;
|
||||
iResult = 2;
|
||||
|
||||
Reference in New Issue
Block a user