Fortran implementation of the xorshift64* random number generator. Fortran does not support unsigned 64 bit integers and ifort does not suppert 128 bit integers. This code therefore implements a workaround by using four signed 32 bit integers to represent one unsigned 64 bit number.
-
Notifications
You must be signed in to change notification settings - Fork 0
Fortran implementation of the xorshift64* random number generator
License
Jonas-Finkler/fortran-xorshift-64-star
About
Fortran implementation of the xorshift64* random number generator
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published