Function Aux::Random::setSeed

Function Documentation

void Aux::Random::setSeed(uint64_t seed, bool useThreadId)

Sets the random seed that is used globally.

Parameters:
  • seed – The seed value

  • useThreadId – If the thread id shall be added to the seed value