Do not attempt to re-seed the global QRandomGenerator
The QRandomGenerator::global() is already seeded. Attempting to reseed it causes the application to crash with "Attempted to overwrite a QRandomGenerator to system() or global()."
Originally reported at https://bugzilla.opensuse.org/show_bug.cgi?id=1210220.