[mlpack-git] [mlpack/mlpack] Test had stuck in 2.0.2 (#718)

Li Dong notifications at github.com
Wed Jul 13 07:56:27 EDT 2016


I found it may be the bug in Armadillo, since I tried the following codes which is OK:

```
#include <iostream>
#include <random>

using namespace std;

int main(int argc, const char *argv[])
{
    mt19937_64 rng;
    normal_distribution<double> dist;

    cout << dist(rng) << endl;

    return 0;
}
```
which should call the same random functions as in `arma_rng::randn<double>()`.


---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/718#issuecomment-232333640
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160713/a97331e9/attachment.html>


More information about the mlpack-git mailing list