Skip to content

Commit 5096100

Browse files
committed
example updated
1 parent e7ce3dc commit 5096100

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# 0.3.0
1+
# 0.3.1
22

33
- Alias names changed
44

55
- Alias constructors are unified
66

7+
- Example updated
8+
79
# 0.2.2
810

911
- Added Splitmix64 algorithm

example/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'package:xrandom/xrandom.dart';
22

33
void main() {
4-
final xrandom = Xorshift128();
4+
final xrandom = Xrandom();
55

66
print('Random number: ${xrandom.nextInt(100)}');
77

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: xrandom
22
description: "All-purpose, rock-solid random number generators focused on
33
the reproducibility of tests on different platforms"
4-
version: 0.3.0
4+
version: 0.3.1
55
homepage: https://github.com/rtmigo/xrandom
66

77
environment:

0 commit comments

Comments
 (0)