Skip to content

Fortran implementation of the xorshift64* random number generator

License

Notifications You must be signed in to change notification settings

Jonas-Finkler/fortran-xorshift-64-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

fortran-xorshift-64-star

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.

About

Fortran implementation of the xorshift64* random number generator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published