We seed the random generator of all Generators in the AbstractGenerator class, but some calls are made to Mesh and Cell which use unseeded random in their respective classes. These calls should pass the random generator to use, so they have the same seed as the Generator that calls them.
We seed the random generator of all Generators in the AbstractGenerator class, but some calls are made to Mesh and Cell which use unseeded random in their respective classes. These calls should pass the random generator to use, so they have the same seed as the Generator that calls them.