Open
Description
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.
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.