| Index: sdk/lib/math/random.dart
|
| diff --git a/sdk/lib/math/random.dart b/sdk/lib/math/random.dart
|
| index c7fa75fec3524aca783431e1ebf7439aadc1140a..37124a03c70e7d1cbd81f56ccfc2a49533f95a03 100644
|
| --- a/sdk/lib/math/random.dart
|
| +++ b/sdk/lib/math/random.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of "math.dart";
|
| +part of "dart:math";
|
|
|
| /**
|
| * A generator of random bool, int, or double values.
|
|
|