Menu

#43 Replace pseudo random number generator

1.0
closed
None
2023-01-10
2016-10-13
No

ERmod currently uses random number generator provided by the compiler (Fortran90 intrinsic). While most compiler implementations I could find use far better algorithm than the linear congruence, it is good to move on to a defined random number generator (both in terms of reproducibility and the safeness from stupid implementations). I would like to use xorshift1024* generator ( test implementation: https://bitbucket.org/shun.sakuraba/xorshiftf90 ) for that purpose.

Discussion

  • Shun Sakuraba

    Shun Sakuraba - 2016-10-28

    rev. 6b516f added the RNG.

     
  • Shun Sakuraba

    Shun Sakuraba - 2016-10-28
    • status: open --> closed
     

Log in to post a comment.