LeMonADE-project / LeMonADE

Library for Monte Carlo Simulation applying the Bond Fluctuation Model
Other
3 stars 11 forks source link

reduce random fail rate of rng test #99

Closed MartinWenge closed 5 years ago

MartinWenge commented 5 years ago

To avoid frequent test fails from the random number generator test a repeat on demand loop is added to increase the number of executions for the test if necessary but not by default.

MartinWenge commented 5 years ago

this PR is supposed to fix #99