[frameworks-kcoreaddons] [Bug 362161] New: KRandom::random seeds qrand, but returns value from rand

2016-04-23 Thread Arne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362161 Bug ID: 362161 Summary: KRandom::random seeds qrand, but returns value from rand Product: frameworks-kcoreaddons Version: unspecified Platform: Mageia RPMs OS: Lin

[kshisen] [Bug 362093] The initial board is not random as in previous versions.

2016-04-23 Thread Arne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362093 Arne changed: What|Removed |Added CC||gm2@gmail.com --- Comment #5 from Arne --- I have o

[frameworks-kcoreaddons] [Bug 362161] KRandom::random seeds qrand, but returns value from rand

2016-04-26 Thread Arne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362161 --- Comment #4 from Arne --- The problem was introduced in version 5.21.0 (which cannot be selected from the version drop-down menu above) The function is: int KRandom::random() { static bool init = false; if (!init) { unsigned int see