| commit | 8d9cfba799ce3462c12568a36392e0abf36fc62d | [log] [tgz] |
|---|---|---|
| author | Antonio Sanchez <cantonios@google.com> | Thu Jan 07 12:45:20 2021 -0800 |
| committer | Antonio Sanchez <cantonios@google.com> | Thu Jan 07 12:48:40 2021 -0800 |
| tree | 787bd55fc8d63ca9839bdcbcd42c0de616db191a | |
| parent | e741b436684da485a9abd6d46686a0be143296e0 [diff] |
Fix rand test for MSVC. MSVC's uniform random number generator is not quite as uniform as others, requiring a slightly wider threshold on the histogram test. After inspecting histograms for several runs, there's no obvious bias -- just some bins end up having slightly more less elements (often > 2% but less than 2.5%).
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.