File tree 5 files changed +6
-11
lines changed
5 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 58
58
- name : Publish (dry run)
59
59
run : dart pub publish --dry-run
60
60
61
- merge- to-staging :
61
+ to-staging :
62
62
needs : [test, analyze]
63
63
runs-on : ubuntu-latest
64
64
steps :
Original file line number Diff line number Diff line change 1
1
test/
2
2
todo.txt
3
- .github
3
+ .github/
4
4
README.md.bak
Original file line number Diff line number Diff line change 1
- # 0.7.0
1
+ # 0.7.0+1
2
2
3
3
- Added Xoshiro256**
4
4
5
5
- fixed: for 64-bit generators ` .nextInt32 ` was throwing an assertion error
6
6
instead of returning 0 as a random result
7
7
8
- # 0.6.4+2
9
-
10
- - Updated documentation
11
-
12
- - Minor improvements
13
8
14
9
# 0.6.0
15
10
Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ only comparison to `nextRaw32` is "apples-to-apples".
176
176
| ✓ | | ` Splitmix64 ` | [ splitmix64] ( https://prng.di.unimi.it/splitmix64.c ) | 2015 |
177
177
| ✓ | | ` Xorshift128p ` | [ xorshift128+ v2] ( https://arxiv.org/abs/1404.0390 ) | 2015 |
178
178
| ✓ | | ` Mulberry32 ` | [ mulberry32] ( https://git.io/JmoUq ) | 2017 |
179
- | ✓ | ✓ | ` Xoshiro128pp ` | [ xoshiro128++ 1.0] ( https://prng.di.unimi.it/xoshiro128plusplus.c ) | 2019 | ` Qrandom ` , ` Drandom ` |
180
179
| ✓ | | ` Xoshiro256ss ` | [ xoshiro256** 1.0] ( https://xoshiro.di.unimi.it/xoshiro256starstar.c ) | 2018 | |
180
+ | ✓ | ✓ | ` Xoshiro128pp ` | [ xoshiro128++ 1.0] ( https://prng.di.unimi.it/xoshiro128plusplus.c ) | 2019 | ` Qrandom ` , ` Drandom ` |
181
181
| ✓ | | ` Xoshiro256pp ` | [ xoshiro256++ 1.0] ( https://prng.di.unimi.it/xoshiro256plusplus.c ) | 2019 | |
182
182
183
183
@@ -254,5 +254,5 @@ JavaScript doesn't even have any upper bits of `uint64_t`. But `double`s are the
254
254
same type everywhere, and their random values will be the same.
255
255
256
256
Testing is done in the GitHub Actions cloud on ** Windows** , ** Ubuntu** , and
257
- * macOS** in ** VM** and ** Node.js** modes.
257
+ ** macOS** in ** VM** and ** Node.js** modes.
258
258
Original file line number Diff line number Diff line change 1
1
name : xrandom
2
2
description : " Random number generators library focused on the consistency,
3
3
performance and reproducibility"
4
- version : 0.7.0
4
+ version : 0.7.0+1
5
5
homepage : https://github.com/rtmigo/xrandom
6
6
7
7
environment :
You can’t perform that action at this time.
0 commit comments