Skip to content

Commit

Permalink
example updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rtmigo committed Mar 16, 2021
1 parent e7ce3dc commit 5096100
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# 0.3.0
# 0.3.1

- Alias names changed

- Alias constructors are unified

- Example updated

# 0.2.2

- Added Splitmix64 algorithm
Expand Down
2 changes: 1 addition & 1 deletion example/main.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:xrandom/xrandom.dart';

void main() {
final xrandom = Xorshift128();
final xrandom = Xrandom();

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

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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:
Expand Down

0 comments on commit 5096100

Please sign in to comment.