We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca08390 commit e7ce3dcCopy full SHA for e7ce3dc
README.md
@@ -74,7 +74,7 @@ final random = Xrandom(); // works on all platforms
74
quoteOfTheDay = quotes[random.nextInt(quotes.length)];
75
```
76
77
-You need billions and billions of randoms in a non-recurring sequence:
+You need billions and billions of randoms in a non-repeating sequence:
78
79
``` dart
80
final random = XrandomHq(); // works on mobile and desktop
0 commit comments