File tree Expand file tree Collapse file tree 5 files changed +6
-11
lines changed
Expand file tree Collapse file tree 5 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 5858 - name : Publish (dry run)
5959 run : dart pub publish --dry-run
6060
61- merge- to-staging :
61+ to-staging :
6262 needs : [test, analyze]
6363 runs-on : ubuntu-latest
6464 steps :
Original file line number Diff line number Diff line change 11test/
22todo.txt
3- .github
3+ .github/
44README.md.bak
Original file line number Diff line number Diff line change 1- # 0.7.0
1+ # 0.7.0+1
22
33- Added Xoshiro256**
44
55- fixed: for 64-bit generators ` .nextInt32 ` was throwing an assertion error
66instead of returning 0 as a random result
77
8- # 0.6.4+2
9-
10- - Updated documentation
11-
12- - Minor improvements
138
149# 0.6.0
1510
Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ only comparison to `nextRaw32` is "apples-to-apples".
176176| ✓ | | ` Splitmix64 ` | [ splitmix64] ( https://prng.di.unimi.it/splitmix64.c ) | 2015 |
177177| ✓ | | ` Xorshift128p ` | [ xorshift128+ v2] ( https://arxiv.org/abs/1404.0390 ) | 2015 |
178178| ✓ | | ` Mulberry32 ` | [ mulberry32] ( https://git.io/JmoUq ) | 2017 |
179- | ✓ | ✓ | ` Xoshiro128pp ` | [ xoshiro128++ 1.0] ( https://prng.di.unimi.it/xoshiro128plusplus.c ) | 2019 | ` Qrandom ` , ` Drandom ` |
180179| ✓ | | ` 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 ` |
181181| ✓ | | ` Xoshiro256pp ` | [ xoshiro256++ 1.0] ( https://prng.di.unimi.it/xoshiro256plusplus.c ) | 2019 | |
182182
183183
@@ -254,5 +254,5 @@ JavaScript doesn't even have any upper bits of `uint64_t`. But `double`s are the
254254same type everywhere, and their random values will be the same.
255255
256256Testing 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.
258258
Original file line number Diff line number Diff line change 11name : xrandom
22description : " Random number generators library focused on the consistency,
33 performance and reproducibility"
4- version : 0.7.0
4+ version : 0.7.0+1
55homepage : https://github.com/rtmigo/xrandom
66
77environment :
You can’t perform that action at this time.
0 commit comments