planck_rng.h File Reference
#include <cmath>
#include "error_handling.h"
Go to the source code of this file.
Detailed Description
This file contains the random number generator used by the Planck LevelS package. The generator is a C++ port of the xorshift generator xor128() described in Marsaglia, Journal of Statistical Software 2003, vol 8. It has a period of 2^128 - 1.
Copyright (C) 2003, 2004, 2005 Max-Planck-Society
- Author:
- Martin Reinecke
Definition in file planck_rng.h.