You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure we use get uniquely seeded random numbers to generate
random symbol colors
Since qsrand is thread-specific, we can't rely on qrand() to return
uniquely seeded random numbers when not in the main thread.
Instead, just use the c++11 random number generators to get better
quality random colors for new layers.
Fixes processing outputs always have the same (yuck) brown color.
0 commit comments