| Index: samplecode/SamplePicture.cpp
 | 
| diff --git a/samplecode/SamplePicture.cpp b/samplecode/SamplePicture.cpp
 | 
| index 825e561654284a0575a097ad444669cc01ca0769..8afebc4523d93f37b272c3af260b3ebc69e32838 100644
 | 
| --- a/samplecode/SamplePicture.cpp
 | 
| +++ b/samplecode/SamplePicture.cpp
 | 
| @@ -165,7 +165,7 @@ protected:
 | 
|  
 | 
|          // test that we can re-record a subpicture, and see the results
 | 
|  
 | 
| -        SkRandom rand(SampleCode::GetAnimTime());
 | 
| +        SkMWCRandom rand(SampleCode::GetAnimTime());
 | 
|          canvas->translate(SkIntToScalar(10), SkIntToScalar(250));
 | 
|          drawCircle(fSubPicture->beginRecording(50, 50), 25,
 | 
|                     rand.nextU() | 0xFF000000);
 | 
| 
 |