 Chromium Code Reviews
 Chromium Code Reviews Issue 23576015:
  Change old PRG to be SkLCGRandom; change new one to SkRandom  (Closed) 
  Base URL: https://skia.googlecode.com/svn/trunk
    
  
    Issue 23576015:
  Change old PRG to be SkLCGRandom; change new one to SkRandom  (Closed) 
  Base URL: https://skia.googlecode.com/svn/trunk| Index: samplecode/SampleHairCurves.cpp | 
| diff --git a/samplecode/SampleHairCurves.cpp b/samplecode/SampleHairCurves.cpp | 
| index 421c950183309519fca80a1c99b0b5c89850bd41..2cf0b3c90083a8981e2e36b5efffd414a28a66b4 100644 | 
| --- a/samplecode/SampleHairCurves.cpp | 
| +++ b/samplecode/SampleHairCurves.cpp | 
| @@ -34,8 +34,8 @@ protected: | 
| paint.setStrokeWidth(0); | 
| canvas->save(); | 
| canvas->scale(1000 * SK_Scalar1, 1000 * SK_Scalar1); | 
| - SkMWCRandom rand; | 
| - SkMWCRandom randW; | 
| + SkRandom rand; | 
| + SkRandom randW; | 
| SkPath curves; | 
| SkPath hulls; | 
| SkPath ctrlPts; |