summaryrefslogtreecommitdiff
path: root/test/combiner-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/combiner-test.c')
-rw-r--r--test/combiner-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/combiner-test.c b/test/combiner-test.c
index c438ae6..7d6feda 100644
--- a/test/combiner-test.c
+++ b/test/combiner-test.c
@@ -67,7 +67,7 @@ static const pixman_op_t op_list[] =
static float
rand_float (void)
{
- uint32_t u = lcg_rand_u32();
+ uint32_t u = prng_rand_u32();
return *(float *)&u;
}
@@ -123,7 +123,7 @@ main ()
impl = _pixman_internal_only_get_implementation();
- lcg_srand (0);
+ prng_srand (0);
for (i = 0; i < ARRAY_LENGTH (op_list); ++i)
{