neural-fortran icon indicating copy to clipboard operation
neural-fortran copied to clipboard

Initialize random number generation for consistent behavior between compilers

Open milancurcic opened this issue 2 years ago • 0 comments

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.

milancurcic avatar May 24 '22 15:05 milancurcic