Skip to content

Commit 2d8935f

Browse files
committed
Missed declaration
1 parent 2142224 commit 2d8935f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/util.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ namespace test {
214214

215215
auto make_sparse_matrix_random(int rows, int cols) {
216216
using eigen_triplet = Eigen::Triplet<double>;
217-
boost::mt19937 gen;
217+
boost::random::mixmax gen;
218218
boost::random::uniform_real_distribution<double> dist(0.0, 1.0);
219219
std::vector<eigen_triplet> tripletList;
220220
for (int i = 0; i < rows; ++i) {

0 commit comments

Comments
 (0)