| Index: tests/MatrixTest.cpp
|
| diff --git a/tests/MatrixTest.cpp b/tests/MatrixTest.cpp
|
| index 70d2c1d2c1a90e6b685c0ff9cb629a5ff6813a8f..0f4973f94dedba17cd6d3515fbcbc44df9b8c710 100644
|
| --- a/tests/MatrixTest.cpp
|
| +++ b/tests/MatrixTest.cpp
|
| @@ -574,7 +574,7 @@ static void test_matrix_homogeneous(skiatest::Reporter* reporter) {
|
|
|
| const int kTripleCount = 1000;
|
| const int kMatrixCount = 1000;
|
| - SkRandom rand;
|
| + SkMWCRandom rand;
|
|
|
| SkScalar randTriples[3*kTripleCount];
|
| for (int i = 0; i < 3*kTripleCount; ++i) {
|
|
|