Skip to content

Commit

Permalink
dpcpp Jacobi needs ranlux
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikvn committed Oct 9, 2023
1 parent d694962 commit b366ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpcpp/test/preconditioner/jacobi_kernels.dp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Jacobi : public ::testing::Test {
gko::uint32 max_block_size, int min_nnz, int max_nnz, int num_rhs = 1,
value_type accuracy = 0.1, bool skip_sorting = true)
{
std::default_random_engine engine(42);
std::ranlux48 engine(42);
const auto dim = *(end(block_pointers) - 1);
if (condition_numbers.size() == 0) {
mtx = gko::test::generate_random_matrix<Mtx>(
Expand Down

0 comments on commit b366ea7

Please sign in to comment.