Commit ec75b34
committed
Lowercase property name
This change stems from changes to how PRNG state is stored along
with an associated seed. As a consequence, whenever a PRNG state
is set, so, too, is the PRNG seed to ensure consistency and
reproducibility. In which case, a PRNG seed is no longer a "constant".
Hence, we lowercase the property name to reflect this fact.1 parent 490dad6 commit ec75b34
File tree
426 files changed
+902
-902
lines changed- lib/node_modules/@stdlib
- _tools/eslint/rules/jsdoc-require-throws-tags/test/fixtures
- fastmath/special/alpha-max-plus-beta-min/test
- ml/incr/kmeans/lib
- random
- base
- arcsine
- docs
- examples
- lib
- test
- bernoulli
- docs
- examples
- lib
- test
- betaprime
- docs
- examples
- lib
- test
- beta
- docs
- examples
- lib
- test
- binomial
- docs
- examples
- lib
- test
- box-muller
- docs
- examples
- lib
- test
- cauchy
- docs
- examples
- lib
- test
- chisquare
- docs
- examples
- lib
- test
- chi
- docs
- examples
- lib
- test
- cosine
- docs
- examples
- lib
- test
- discrete-uniform
- docs
- examples
- lib
- test
- erlang
- docs
- examples
- lib
- test
- exponential
- docs
- examples
- lib
- test
- frechet
- docs
- examples
- lib
- test
- f
- docs
- examples
- lib
- test
- gamma
- docs
- examples
- lib
- test
- geometric
- docs
- examples
- lib
- test
- gumbel
- docs
- examples
- lib
- test
- hypergeometric
- docs
- examples
- lib
- test
- improved-ziggurat
- docs
- examples
- lib
- test
- invgamma
- docs
- examples
- lib
- test
- kumaraswamy
- docs
- examples
- lib
- test
- laplace
- docs
- examples
- lib
- test
- levy
- docs
- examples
- lib
- test
- logistic
- docs
- examples
- lib
- test
- lognormal
- docs
- examples
- lib
- test
- minstd-shuffle
- docs
- examples
- lib
- test
- minstd
- docs
- examples
- lib
- test
- mt19937
- docs
- examples
- lib
- test
- negative-binomial
- docs
- examples
- lib
- test
- normal
- docs
- examples
- lib
- test
- pareto-type1
- docs
- examples
- lib
- test
- poisson
- docs
- examples
- lib
- test
- randi
- docs
- examples
- lib
- test
- randn
- docs
- examples
- lib
- test
- randu
- docs
- examples
- lib
- test
- rayleigh
- docs
- examples
- lib
- test
- triangular
- docs
- examples
- lib
- test
- t
- docs
- examples
- lib
- test
- uniform
- docs
- examples
- lib
- test
- weibull
- docs
- examples
- lib
- test
- iterators
- arcsine
- docs
- lib
- test
- bernoulli
- docs
- lib
- test
- betaprime
- docs
- lib
- test
- beta
- docs
- lib
- test
- binomial
- docs
- lib
- test
- box-muller
- docs
- lib
- test
- cauchy
- docs
- lib
- test
- chisquare
- docs
- lib
- test
- chi
- docs
- lib
- test
- cosine
- docs
- lib
- test
- discrete-uniform
- docs
- lib
- test
- erlang
- docs
- lib
- test
- exponential
- docs
- lib
- test
- frechet
- docs
- lib
- test
- f
- docs
- lib
- test
- gamma
- docs
- lib
- test
- geometric
- docs
- lib
- test
- gumbel
- docs
- lib
- test
- hypergeometric
- docs
- lib
- test
- improved-ziggurat
- docs
- lib
- test
- invgamma
- docs
- lib
- test
- kumaraswamy
- docs
- lib
- test
- laplace
- docs
- lib
- test
- levy
- docs
- lib
- test
- logistic
- docs
- lib
- test
- lognormal
- docs
- lib
- test
- minstd-shuffle
- docs
- lib
- test
- minstd
- docs
- lib
- test
- mt19937
- docs
- lib
- test
- negative-binomial
- docs
- lib
- test
- normal
- docs
- lib
- test
- pareto-type1
- docs
- lib
- test
- poisson
- docs
- lib
- test
- randi
- docs
- lib
- test
- randn
- docs
- lib
- test
- randu
- docs
- lib
- test
- rayleigh
- docs
- lib
- test
- triangular
- docs
- lib
- test
- t
- docs
- lib
- test
- uniform
- docs
- lib
- test
- weibull
- docs
- lib
- test
- sample
- lib
- test
- shuffle
- lib
- test
- stats/incr
- mapcorr/test
- mcovariance/test
- mpcorr2/test
- mpcorrdist/test
- mpcorr/test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
426 files changed
+902
-902
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
Lines changed: 15 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
453 | | - | |
| 453 | + | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
| 486 | + | |
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
| 519 | + | |
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| |||
0 commit comments