https://bugs.documentfoundation.org/show_bug.cgi?id=90110
Michael Stahl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED Assignee|[email protected] |[email protected] |desktop.org | --- Comment #5 from Michael Stahl <[email protected]> --- problem is that when you call Randomize() within the same second it will use the same seed number so the same sequence of random numbers will be generated. btw the same commit that broke this means that you don't actually need to call Randomize() any more, it will be done automatically when you get the first random number. fixed on master -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
