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 e7ce3dc commit 5096100Copy full SHA for 5096100
CHANGELOG.md
@@ -1,9 +1,11 @@
1
-# 0.3.0
+# 0.3.1
2
3
- Alias names changed
4
5
- Alias constructors are unified
6
7
+- Example updated
8
+
9
# 0.2.2
10
11
- Added Splitmix64 algorithm
example/main.dart
@@ -1,7 +1,7 @@
import 'package:xrandom/xrandom.dart';
void main() {
- final xrandom = Xorshift128();
+ final xrandom = Xrandom();
print('Random number: ${xrandom.nextInt(100)}');
pubspec.yaml
name: xrandom
description: "All-purpose, rock-solid random number generators focused on
the reproducibility of tests on different platforms"
-version: 0.3.0
+version: 0.3.1
homepage: https://github.com/rtmigo/xrandom
environment:
0 commit comments