LevelS C++ support library  3.82
Classes
planck_rng.h File Reference
#include <cmath>
#include "error_handling.h"

Go to the source code of this file.

Classes

class  planck_rng
 

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.


Generated on Thu Jul 28 2022 17:32:06 for LevelS C++ support library