diff options
| author | Bertrand <bertrand.horel@gmail.com> | 2016-04-22 14:05:12 +0200 |
|---|---|---|
| committer | Bertrand <bertrand.horel@gmail.com> | 2016-04-22 14:05:12 +0200 |
| commit | af744b8b2db1a211e2724751ae0d9a3120491c04 (patch) | |
| tree | 52b158e27b3e55493848f0a0ee84f9cd0a26796a /src | |
| parent | 4173275dec041fd405d677b49de43ecf6ffc5a69 (diff) | |
| download | projet_C++-af744b8b2db1a211e2724751ae0d9a3120491c04.tar.gz | |
suite explication algo
Diffstat (limited to 'src')
| -rw-r--r-- | src/projet.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/projet.cpp b/src/projet.cpp index d2cae1a..311c5bb 100644 --- a/src/projet.cpp +++ b/src/projet.cpp @@ -166,9 +166,11 @@ int make_table2(vector< vector<double> > data1, vector< vector<double> > data2, int main() { + init_alea(0); cout<<"comparaison stratified sampling/RQMC sur l'example 1\n"<<endl; make_table1(exemple1_stratified(), exemple1_rqmc()); + vector< vector<double> > data1 = exemple2_stratified(16); vector< vector<double> > data2 = exemple2_rqmc(16); vector< vector<double> > data3 = exemple2_stratified(64); |
