You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced GNU-specific init_random_seed routine in maths_module.f90.
With the release of gfortran v7, the random number routine was changed
so that the intrinsic random_seed() function call would generate a new
sequence every time. This rendered the GNU-specific initialization
redundant, although the previous workaround code can still be found
in the file gnu_v6_init_random_seed.f90.