Skip to content

Commit 2142224

Browse files
committed
Use boost mixmax specifically
1 parent 0379951 commit 2142224

File tree

89 files changed

+89
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+89
-89
lines changed

test/unit/math/fwd/prob/categorical_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <stan/math/fwd.hpp>
22
#include <gtest/gtest.h>
3-
#include <boost/random/mersenne_twister.hpp>
3+
#include <boost/random/mixmax.hpp>
44
#include <boost/math/distributions.hpp>
55
#include <vector>
66

test/unit/math/fwd/prob/dirichlet_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <stan/math/fwd.hpp>
22
#include <gtest/gtest.h>
3-
#include <boost/random/mersenne_twister.hpp>
3+
#include <boost/random/mixmax.hpp>
44
#include <boost/math/distributions.hpp>
55

66
TEST(ProbDistributions, fvar_double) {

test/unit/math/fwd/prob/inv_wishart_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <stan/math/fwd.hpp>
22
#include <gtest/gtest.h>
33

4-
#include <boost/random/mersenne_twister.hpp>
4+
#include <boost/random/mixmax.hpp>
55
#include <boost/math/distributions.hpp>
66
#include <boost/math/special_functions/digamma.hpp>
77

test/unit/math/fwd/prob/lkj_corr_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <stan/math/fwd.hpp>
22
#include <gtest/gtest.h>
3-
#include <boost/random/mersenne_twister.hpp>
3+
#include <boost/random/mixmax.hpp>
44
#include <boost/math/distributions.hpp>
55

66
TEST(ProbDistributionsLkjCorr, fvar_double) {

test/unit/math/fwd/prob/multi_normal_cholesky_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <stan/math/fwd.hpp>
22
#include <gtest/gtest.h>
3-
#include <boost/random/mersenne_twister.hpp>
3+
#include <boost/random/mixmax.hpp>
44
#include <boost/math/distributions.hpp>
55

66
TEST(ProbDistributionsMultiNormalCholesky, fvar_double) {

test/unit/math/fwd/prob/multi_normal_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <stan/math/fwd.hpp>
22
#include <gtest/gtest.h>
3-
#include <boost/random/mersenne_twister.hpp>
3+
#include <boost/random/mixmax.hpp>
44
#include <boost/math/distributions.hpp>
55

66
TEST(ProbDistributionsMultiNormal, fvar_double) {

test/unit/math/fwd/prob/multi_student_t_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <stan/math/fwd.hpp>
22
#include <gtest/gtest.h>
3-
#include <boost/random/mersenne_twister.hpp>
3+
#include <boost/random/mixmax.hpp>
44
#include <boost/math/distributions.hpp>
55

66
TEST(ProbDistributionsMultiStudentT, fvar_double) {

test/unit/math/fwd/prob/multinomial_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <stan/math/fwd.hpp>
22
#include <gtest/gtest.h>
3-
#include <boost/random/mersenne_twister.hpp>
3+
#include <boost/random/mixmax.hpp>
44
#include <boost/math/distributions.hpp>
55
#include <vector>
66

test/unit/math/fwd/prob/wishart_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <stan/math/fwd.hpp>
22
#include <gtest/gtest.h>
3-
#include <boost/random/mersenne_twister.hpp>
3+
#include <boost/random/mixmax.hpp>
44
#include <boost/math/special_functions/digamma.hpp>
55
#include <boost/math/distributions.hpp>
66

test/unit/math/mix/prob/categorical_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <stan/math/mix.hpp>
22
#include <gtest/gtest.h>
3-
#include <boost/random/mersenne_twister.hpp>
3+
#include <boost/random/mixmax.hpp>
44
#include <boost/math/distributions.hpp>
55
#include <vector>
66

0 commit comments

Comments
 (0)