Skip to content

VolumeMaterialMapperTests uses true random numbers

Job #3924023 failed for 69525894.

I noticed that VolumeMaterialMapperTest uses random numbers like

std::random_device               rd;
std::mt19937                     gen(rd());

which we should never do in our unit tests.

@fklimpel Can you fix the true random numbers, and the underlying failure?

Edited by Paul Gessinger-Befurt
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information