Skip to content

vtkExprTkFunctionParser: Remove thread_local from GenerateRandomAlphabeticString

thread_local can be removed since we don't mind if the random generator produces the same results for different threads.

See more why this change was needed here.

Merge request reports