diff --git a/include/boost/compute/random/linear_congruential_engine.hpp b/include/boost/compute/random/linear_congruential_engine.hpp index ad89a956..6db718b6 100644 --- a/include/boost/compute/random/linear_congruential_engine.hpp +++ b/include/boost/compute/random/linear_congruential_engine.hpp @@ -102,7 +102,7 @@ public: /// \overload void seed(command_queue &queue) { - seed(default_seed); + seed(default_seed, queue); } /// Generates random numbers and stores them to the range [\p first, \p last).