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
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
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