File tree
50 files changed
+141
-86
lines changed- .github/workflows
- example
- lib
- src
- test
- data
- experimental
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
50 files changed
+141
-86
lines changed.github/workflows/ci.yml
100644
100755
File mode changed.
.gitignore
100644
100755
File mode changed.
.pubignore
100644
100755
File mode changed.
CHANGELOG.md
100644
100755
+5
LICENSE
100644
100755
File mode changed.
README.md
100644
100755
File mode changed.
analysis_options.yaml
100644
100755
File mode changed.
example/main.dart
100644
100755
File mode changed.
lib/src/00_errors.dart
100644
100755
File mode changed.
lib/src/00_ints.dart
100644
100755
File mode changed.
lib/src/00_jsnumbers.dart
100644
100755
File mode changed.
lib/src/20_seeding.dart
100644
100755
File mode changed.
lib/src/21_base32.dart
100644
100755
+20-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
| 73 | + | |
| 74 | + | |
73 | 75 |
| |
74 | 76 |
| |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 | 77 |
| |
82 | 78 |
| |
83 |
| - | |
84 |
| - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
85 | 84 |
| |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
90 | 97 |
| |
91 | 98 |
| |
92 | 99 |
| |
| |||
148 | 155 |
| |
149 | 156 |
| |
150 | 157 |
| |
| 158 | + |
lib/src/21_base64.dart
100644
100755
File mode changed.
lib/src/50_splitmix64.dart
100644
100755
File mode changed.
lib/src/60_mulberry32.dart
100644
100755
File mode changed.
lib/src/60_xorshift128.dart
100644
100755
File mode changed.
lib/src/60_xorshift128plus.dart
100644
100755
File mode changed.
lib/src/60_xorshift32.dart
100644
100755
File mode changed.
lib/src/60_xorshift64.dart
100644
100755
File mode changed.
lib/src/60_xoshiro128pp.dart
100644
100755
File mode changed.
lib/src/60_xoshiro256.dart
100644
100755
File mode changed.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + |
lib/src/90_aliases.dart
100644
100755
-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - |
lib/xrandom.dart
100644
100755
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + |
pubspec.yaml
100644
100755
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
test/aliases_test.dart
100644
100755
-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 | 46 |
| |
51 |
| - | |
52 | 47 |
| |
53 | 48 |
| |
54 | 49 |
| |
|
test/data/generated2.dart
100644
100755
File mode changed.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + |
test/exp_lemire_test.dart
100644
100755
File mode changed.
test/experimental/70_exp_lemire_o_neill.dart
100644
100755
File mode changed.
test/helper.dart
100644
100755
+57-62
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
| |||
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
33 |
| - | |
34 | 32 |
| |
35 | 33 |
| |
36 | 34 |
| |
37 | 35 |
| |
38 |
| - | |
39 |
| - | |
| 36 | + | |
40 | 37 |
| |
41 | 38 |
| |
42 | 39 |
| |
| |||
65 | 62 |
| |
66 | 63 |
| |
67 | 64 |
| |
68 |
| - | |
69 | 65 |
| |
70 |
| - | |
71 |
| - | |
| 66 | + | |
72 | 67 |
| |
73 | 68 |
| |
74 | 69 |
| |
75 | 70 |
| |
76 |
| - | |
77 |
| - | |
| 71 | + | |
| 72 | + | |
78 | 73 |
| |
79 | 74 |
| |
80 | 75 |
| |
| |||
106 | 101 |
| |
107 | 102 |
| |
108 | 103 |
| |
109 |
| - | |
| 104 | + | |
110 | 105 |
| |
111 | 106 |
| |
112 | 107 |
| |
| |||
119 | 114 |
| |
120 | 115 |
| |
121 | 116 |
| |
122 |
| - | |
| 117 | + | |
123 | 118 |
| |
124 | 119 |
| |
125 | 120 |
| |
126 | 121 |
| |
127 | 122 |
| |
128 | 123 |
| |
129 | 124 |
| |
130 |
| - | |
131 |
| - | |
132 | 125 |
| |
133 | 126 |
| |
134 | 127 |
| |
135 |
| - | |
| 128 | + | |
| 129 | + | |
136 | 130 |
| |
137 | 131 |
| |
138 | 132 |
| |
| |||
145 | 139 |
| |
146 | 140 |
| |
147 | 141 |
| |
148 |
| - | |
| 142 | + | |
| 143 | + | |
149 | 144 |
| |
150 |
| - | |
151 | 145 |
| |
152 | 146 |
| |
153 | 147 |
| |
| |||
157 | 151 |
| |
158 | 152 |
| |
159 | 153 |
| |
160 |
| - | |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
168 | 160 |
| |
| 161 | + | |
169 | 162 |
| |
170 | 163 |
| |
171 | 164 |
| |
172 |
| - | |
173 | 165 |
| |
174 | 166 |
| |
175 | 167 |
| |
176 | 168 |
| |
177 |
| - | |
| 169 | + | |
| 170 | + | |
178 | 171 |
| |
179 | 172 |
| |
180 | 173 |
| |
181 | 174 |
| |
182 | 175 |
| |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 | 176 |
| |
200 | 177 |
| |
201 | 178 |
| |
202 | 179 |
| |
203 |
| - | |
204 |
| - | |
205 |
| - | |
206 |
| - | |
207 |
| - | |
208 |
| - | |
| 180 | + | |
209 | 181 |
| |
210 | 182 |
| |
211 | 183 |
| |
212 | 184 |
| |
| 185 | + | |
213 | 186 |
| |
214 | 187 |
| |
215 | 188 |
| |
| |||
249 | 222 |
| |
250 | 223 |
| |
251 | 224 |
| |
252 |
| - | |
253 | 225 |
| |
254 | 226 |
| |
255 | 227 |
| |
256 | 228 |
| |
257 | 229 |
| |
258 |
| - | |
259 |
| - | |
| 230 | + | |
| 231 | + | |
260 | 232 |
| |
261 | 233 |
| |
262 | 234 |
| |
| |||
272 | 244 |
| |
273 | 245 |
| |
274 | 246 |
| |
275 |
| - | |
276 |
| - | |
277 |
| - | |
278 |
| - | |
279 |
| - | |
280 |
| - | |
281 |
| - | |
282 |
| - | |
283 |
| - | |
284 |
| - | |
285 |
| - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
286 | 251 |
| |
287 | 252 |
| |
288 | 253 |
| |
| |||
325 | 290 |
| |
326 | 291 |
| |
327 | 292 |
| |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
328 | 323 |
| |
329 | 324 |
| |
330 | 325 |
| |
|
test/helper_test.dart
100644
100755
File mode changed.
test/int_test.dart
100644
100755
File mode changed.
test/madsen.dart
100644
100755
File mode changed.
test/mulberry32_test.dart
100644
100755
File mode changed.
test/node_unsuported_tests.dart
100644
100755
File mode changed.
test/numbers_js_vm_test.dart
100644
100755
File mode changed.
test/refdata.dart
100644
100755
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + |
test/splitmix64_test.dart
100644
100755
File mode changed.
test/unirandom32_test.dart
100644
100755
File mode changed.
test/unirandom64_VM_test.dart
100644
100755
File mode changed.
test/xorshift128_test.dart
100644
100755
File mode changed.
test/xorshift128plus_test.dart
100644
100755
File mode changed.
test/xorshift32_test.dart
100644
100755
File mode changed.
test/xorshift64_test.dart
100644
100755
File mode changed.
test/xoshiro128pp_test.dart
100644
100755
File mode changed.
test/xoshiro256pp_test.dart
100644
100755
File mode changed.
test/xoshiro256ss_test.dart
100644
100755
File mode changed.
todo.txt
100644
100755
File mode changed.
0 commit comments