Skip to content

Do not attempt to re-seed the global QRandomGenerator

Fabian Vogt requested to merge work/fvogt/randomcrash into master

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.

Merge request reports