ATLAS Offline Software
Loading...
Searching...
No Matches
CLHEP Namespace Reference

STD'S. More...

Classes

class  dSFMTEngine
class  RandBinomialFixedP

Functions

double binom (int n, int k)

Variables

static const int MarkerLen = 64
const unsigned int VECTOR_STATE_SIZE = 2 + (DSFMT_N + 1)*4

Detailed Description

STD'S.

Author
Michael Heldmann, Jan 2003 updated by Xin Chen, Nov. 2016 updated by Simon Arnling B????th, Nov. 2017

Projects

Function Documentation

◆ binom()

double CLHEP::binom ( int n,
int k )
inline

Definition at line 19 of file RandBinomialFixedP.cxx.

19 {
20 return 1/((n+1)*std::beta(n-k+1,k+1));
21}

Variable Documentation

◆ MarkerLen

const int CLHEP::MarkerLen = 64
static

Definition at line 39 of file dSFMTEngine.cxx.

◆ VECTOR_STATE_SIZE

const unsigned int CLHEP::VECTOR_STATE_SIZE = 2 + (DSFMT_N + 1)*4

Definition at line 45 of file dSFMTEngine.cxx.