| Index: sdk/lib/math/random.dart
|
| diff --git a/sdk/lib/math/random.dart b/sdk/lib/math/random.dart
|
| index cefba247fb01604bef08c0ddbd431d7b877f0ef8..be4a8ffa6d5fdfeb297f9fd3414391bfad6a97f7 100644
|
| --- a/sdk/lib/math/random.dart
|
| +++ b/sdk/lib/math/random.dart
|
| @@ -8,7 +8,7 @@ part of dart.math;
|
| * A random number generator. The default implementation supplies a stream of
|
| * pseudo-random bits which is not suitable for cryptographic purposes.
|
| */
|
| -class Random {
|
| +abstract class Random {
|
| /**
|
| * Creates a random-number generator. The optional parameter [seed] is used
|
| * to initialize the internal state of the generator. The implementation of
|
|
|