neural-fortran
neural-fortran copied to clipboard
Initialize random number generation for consistent behavior between compilers
Currently ifort uses repeatable random seed by default:
https://fortran-lang.discourse.group/t/mnist-problem-finding-file/3464/17
Use random_init
(where supported) for more consistent behavior.
Also proposed in #57.