Boost C++ 库

...世界上最受推崇和专业设计的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码标准

PrevUpHomeNext

类型定义 ranlux64_4

ranlux64_4

概要

// In header: <boost/random/ranlux.hpp>


typedef discard_block_engine< ranlux64_base, 389, 24 > ranlux64_4;

描述

ranlux 系列生成器在以下文章中进行了描述:

"A portable high-quality random number generator for lattice field theory calculations", M. Luescher, Computer Physics Communications, 79 (1994) pp 100-110.

级别在以下文章中给出:

"RANLUX: A Fortran implementation of the high-quality pseudorandom number generator of Luescher", F. James, Computer Physics Communications 79 (1994) 111-114


PrevUpHomeNext