All Projects → jannisteunissen → rng_fortran

jannisteunissen / rng_fortran

Licence: other
Pseudo random number generator in Fortran, internally using xoroshiro128+

Programming Languages

fortran
972 projects
Makefile
30231 projects

rng_fortran

A module for generating (pseudo) random numbers. Internally, the xoroshiro128plus generator is used. The following types of random numbers are currently supported:

  • 8 byte random integers
  • 4 byte random integers
  • (0,1] uniform random numbers
  • Normal random numbers (in pairs of two)
  • Poisson-distributed random numbers
  • Random points on a circle
  • Random points on a sphere

A usage example is given in example.f90.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].