14 Dec
2014
14 Dec
'14
3:52 p.m.
hi all,
does someone know why my vstore vector returns a 0 value? any suggestion to
improve the code would be appreciated.cheers.
*aim*: *generating 260 random numbers following a standard normal
distribution, then store the values into a vector (here: vstore)*
vector<double>vstore;
vstore.resize(260);
typedef mt19937 ALEA;
typedef normal_distribution<double> STGAUSSIAN;
typedef variate_generator