diff options
-rw-r--r-- | test/test_pcm_util.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pcm_util.hxx b/test/test_pcm_util.hxx index 7fc1db5e5..3ac84c307 100644 --- a/test/test_pcm_util.hxx +++ b/test/test_pcm_util.hxx @@ -34,7 +34,7 @@ struct RandomInt { "RNG result type too small"); T operator()() { - return T(random()); + return T(engine()); } }; |