phaseField icon indicating copy to clipboard operation
phaseField copied to clipboard

Look further into random number generation for nucleation

Open stvdwtt opened this issue 7 years ago • 0 comments

Currently, we use std::mt19937 seeded by std::random_device. It isn't clear that this is the best option in terms of not getting correlated results. Preliminary browsing of StackExchange and the like hasn't been particularly useful. Maybe Boost has something we should use.

stvdwtt avatar Feb 12 '18 19:02 stvdwtt