libatomprobe
Library for Atom Probe Tomography (APT) computation
Public Member Functions | List of all members
AtomProbe::RandNumGen Class Reference

#include <atomprobe.h>

Public Member Functions

 RandNumGen ()
 
 ~RandNumGen ()
 
gsl_rng * getRng () const
 Obtain a GSL random number generator. More...
 

Detailed Description

Library-wide singleton random number source. Uses GSL as backend Defaults to marsenne twister

Definition at line 106 of file atomprobe.h.

Constructor & Destructor Documentation

◆ RandNumGen()

AtomProbe::RandNumGen::RandNumGen ( )

Definition at line 52 of file atomprobe.cpp.

◆ ~RandNumGen()

AtomProbe::RandNumGen::~RandNumGen ( )

Definition at line 63 of file atomprobe.cpp.

Member Function Documentation

◆ getRng()

gsl_rng* AtomProbe::RandNumGen::getRng ( ) const
inline

The documentation for this class was generated from the following files: