AFLOW
 
Loading...
Searching...
No Matches
aurostd_xrandom.h File Reference
#include "aurostd_defs.h"

Go to the source code of this file.

Namespaces

namespace  aurostd
 

Functions

long int aurostd::_random_initialize (long int _num)
 
long int aurostd::_random_initialize ()
 
double aurostd::ran0 ()
 
double aurostd::ran1 ()
 
double aurostd::ran2 ()
 
template<class utype>
utype aurostd::uniform (const utype &x)
 
template<class utype>
utype aurostd::uniform (const utype &x, const utype &y)
 
double aurostd::gaussian ()
 
template<class utype>
utype aurostd::gaussian (const utype &sigma)
 
template<class utype>
utype aurostd::gaussian (const utype &mean, const utype &sigma)
 
double aurostd::expdev ()
 
template<class utype>
utype aurostd::expdev (const utype &lambda)
 
double aurostd::laplacedev ()
 
template<class utype>
utype aurostd::laplacedev (const utype &a)
 
template<class utype>
utype aurostd::laplacedev (const utype &a, const utype &lambda)