When using "rand_seed" in an expression like it is used in continental_extension.prm, the resulting value incorrectly is always the same value (and contains no randomness).
This is a bug in deal.II 9.4 and fixed in https://github.com/dealii/dealii/pull/14765
As a workaround you can:
a) update to deal.II master (or 9.5)
b) switch to "rand()" instead of rand_seed
When using "rand_seed" in an expression like it is used in continental_extension.prm, the resulting value incorrectly is always the same value (and contains no randomness). This is a bug in deal.II 9.4 and fixed in https://github.com/dealii/dealii/pull/14765 As a workaround you can: a) update to deal.II master (or 9.5) b) switch to "rand()" instead of rand_seed