index
:
sddm
master
Code for the self-destructing dark matter search in SNO
Anthony LaTorre
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
random.h
blob: 309cd71b0d1205961518cc4d2f42c55b15198ab3 (
plain
)
1
2
3
4
5
6
7
8
#ifndef RANDOM_H
#define RANDOM_H
#include
"mt19937ar.h"
double
randn
(
void
);
#endif