From 7cb803ad5c2ba3678198ff954e4a8c8f565a4668 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 15:05:48 +0200 Subject: test/test_pcm: use C++11 random instead of GLib --- test/test_pcm_dither.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_pcm_dither.cxx') diff --git a/test/test_pcm_dither.cxx b/test/test_pcm_dither.cxx index 5df64c2d1..710deffcc 100644 --- a/test/test_pcm_dither.cxx +++ b/test/test_pcm_dither.cxx @@ -25,7 +25,7 @@ void PcmDitherTest::TestDither24() { constexpr unsigned N = 256; - const auto src = TestDataBuffer(GlibRandomInt24()); + const auto src = TestDataBuffer(RandomInt24()); int16_t dest[N]; PcmDither dither; -- cgit v1.2.3