|
1 | 1 | { |
2 | 2 | "name": "@stdlib/random-streams", |
3 | | - "version": "0.0.6", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Pseudorandom number generator streams.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
36 | 36 | "url": "https://github.com/stdlib-js/stdlib/issues" |
37 | 37 | }, |
38 | 38 | "dependencies": { |
39 | | - "@stdlib/random-streams-arcsine": "^0.0.7", |
40 | | - "@stdlib/random-streams-bernoulli": "^0.0.7", |
| 39 | + "@stdlib/random-streams-arcsine": "^0.1.0", |
| 40 | + "@stdlib/random-streams-bernoulli": "^0.1.0", |
41 | 41 | "@stdlib/random-streams-beta": "^0.0.7", |
42 | | - "@stdlib/random-streams-betaprime": "^0.0.7", |
43 | | - "@stdlib/random-streams-binomial": "^0.0.7", |
44 | | - "@stdlib/random-streams-box-muller": "^0.0.7", |
45 | | - "@stdlib/random-streams-cauchy": "^0.0.7", |
46 | | - "@stdlib/random-streams-chi": "^0.0.7", |
47 | | - "@stdlib/random-streams-chisquare": "^0.0.7", |
48 | | - "@stdlib/random-streams-cosine": "^0.0.7", |
49 | | - "@stdlib/random-streams-discrete-uniform": "^0.0.7", |
50 | | - "@stdlib/random-streams-erlang": "^0.0.7", |
51 | | - "@stdlib/random-streams-exponential": "^0.0.7", |
52 | | - "@stdlib/random-streams-f": "^0.0.7", |
53 | | - "@stdlib/random-streams-frechet": "^0.0.7", |
54 | | - "@stdlib/random-streams-gamma": "^0.0.7", |
55 | | - "@stdlib/random-streams-geometric": "^0.0.7", |
56 | | - "@stdlib/random-streams-gumbel": "^0.0.7", |
57 | | - "@stdlib/random-streams-hypergeometric": "^0.0.7", |
58 | | - "@stdlib/random-streams-improved-ziggurat": "^0.0.7", |
59 | | - "@stdlib/random-streams-invgamma": "^0.0.7", |
60 | | - "@stdlib/random-streams-kumaraswamy": "^0.0.7", |
61 | | - "@stdlib/random-streams-laplace": "^0.0.7", |
62 | | - "@stdlib/random-streams-levy": "^0.0.7", |
63 | | - "@stdlib/random-streams-logistic": "^0.0.7", |
64 | | - "@stdlib/random-streams-lognormal": "^0.0.7", |
65 | | - "@stdlib/random-streams-minstd": "^0.0.7", |
66 | | - "@stdlib/random-streams-minstd-shuffle": "^0.0.7", |
67 | | - "@stdlib/random-streams-mt19937": "^0.0.7", |
68 | | - "@stdlib/random-streams-negative-binomial": "^0.0.7", |
69 | | - "@stdlib/random-streams-normal": "^0.0.7", |
70 | | - "@stdlib/random-streams-pareto-type1": "^0.0.7", |
71 | | - "@stdlib/random-streams-poisson": "^0.0.7", |
72 | | - "@stdlib/random-streams-randi": "^0.0.7", |
73 | | - "@stdlib/random-streams-randn": "^0.0.7", |
74 | | - "@stdlib/random-streams-randu": "^0.0.7", |
75 | | - "@stdlib/random-streams-rayleigh": "^0.0.7", |
76 | | - "@stdlib/random-streams-t": "^0.0.7", |
77 | | - "@stdlib/random-streams-triangular": "^0.0.7", |
78 | | - "@stdlib/random-streams-uniform": "^0.0.7", |
79 | | - "@stdlib/random-streams-weibull": "^0.0.7", |
80 | | - "@stdlib/utils-define-read-only-property": "^0.0.8" |
| 42 | + "@stdlib/random-streams-betaprime": "^0.1.0", |
| 43 | + "@stdlib/random-streams-binomial": "^0.1.0", |
| 44 | + "@stdlib/random-streams-box-muller": "^0.1.0", |
| 45 | + "@stdlib/random-streams-cauchy": "^0.1.0", |
| 46 | + "@stdlib/random-streams-chi": "^0.1.0", |
| 47 | + "@stdlib/random-streams-chisquare": "^0.1.0", |
| 48 | + "@stdlib/random-streams-cosine": "^0.1.0", |
| 49 | + "@stdlib/random-streams-discrete-uniform": "^0.1.0", |
| 50 | + "@stdlib/random-streams-erlang": "^0.1.0", |
| 51 | + "@stdlib/random-streams-exponential": "^0.1.0", |
| 52 | + "@stdlib/random-streams-f": "^0.1.0", |
| 53 | + "@stdlib/random-streams-frechet": "^0.1.0", |
| 54 | + "@stdlib/random-streams-gamma": "^0.1.0", |
| 55 | + "@stdlib/random-streams-geometric": "^0.1.0", |
| 56 | + "@stdlib/random-streams-gumbel": "^0.1.0", |
| 57 | + "@stdlib/random-streams-hypergeometric": "^0.1.0", |
| 58 | + "@stdlib/random-streams-improved-ziggurat": "^0.1.0", |
| 59 | + "@stdlib/random-streams-invgamma": "^0.1.0", |
| 60 | + "@stdlib/random-streams-kumaraswamy": "^0.1.0", |
| 61 | + "@stdlib/random-streams-laplace": "^0.1.0", |
| 62 | + "@stdlib/random-streams-levy": "^0.1.0", |
| 63 | + "@stdlib/random-streams-logistic": "^0.1.0", |
| 64 | + "@stdlib/random-streams-lognormal": "^0.1.0", |
| 65 | + "@stdlib/random-streams-minstd": "^0.1.0", |
| 66 | + "@stdlib/random-streams-minstd-shuffle": "^0.1.0", |
| 67 | + "@stdlib/random-streams-mt19937": "^0.1.0", |
| 68 | + "@stdlib/random-streams-negative-binomial": "^0.1.0", |
| 69 | + "@stdlib/random-streams-normal": "^0.1.0", |
| 70 | + "@stdlib/random-streams-pareto-type1": "^0.1.0", |
| 71 | + "@stdlib/random-streams-poisson": "^0.1.0", |
| 72 | + "@stdlib/random-streams-randi": "^0.1.0", |
| 73 | + "@stdlib/random-streams-randn": "^0.1.0", |
| 74 | + "@stdlib/random-streams-randu": "^0.1.0", |
| 75 | + "@stdlib/random-streams-rayleigh": "^0.1.0", |
| 76 | + "@stdlib/random-streams-t": "^0.1.0", |
| 77 | + "@stdlib/random-streams-triangular": "^0.1.0", |
| 78 | + "@stdlib/random-streams-uniform": "^0.1.0", |
| 79 | + "@stdlib/random-streams-weibull": "^0.1.0", |
| 80 | + "@stdlib/utils-define-read-only-property": "^0.1.0" |
81 | 81 | }, |
82 | 82 | "devDependencies": { |
83 | | - "@stdlib/array-int32": "^0.0.6", |
84 | | - "@stdlib/array-uint32": "^0.0.6", |
85 | | - "@stdlib/array-uint8": "^0.0.7", |
86 | | - "@stdlib/assert-has-own-property": "^0.0.7", |
87 | | - "@stdlib/assert-is-boolean": "^0.0.8", |
88 | | - "@stdlib/assert-is-browser": "^0.0.8", |
89 | | - "@stdlib/assert-is-buffer": "^0.0.8", |
90 | | - "@stdlib/assert-is-error": "^0.0.8", |
91 | | - "@stdlib/assert-is-int32array": "^0.0.8", |
92 | | - "@stdlib/assert-is-integer": "^0.0.8", |
93 | | - "@stdlib/assert-is-nonnegative-integer": "^0.0.7", |
94 | | - "@stdlib/assert-is-nonnegative-number": "^0.0.7", |
95 | | - "@stdlib/assert-is-number": "^0.0.7", |
96 | | - "@stdlib/assert-is-plain-object": "^0.0.7", |
97 | | - "@stdlib/assert-is-positive-integer": "^0.0.7", |
98 | | - "@stdlib/assert-is-positive-number": "^0.0.7", |
99 | | - "@stdlib/assert-is-probability": "^0.0.7", |
100 | | - "@stdlib/assert-is-string": "^0.0.8", |
101 | | - "@stdlib/assert-is-uint32array": "^0.0.8", |
102 | | - "@stdlib/assert-is-windows": "^0.0.7", |
103 | | - "@stdlib/bench": "^0.0.12", |
104 | | - "@stdlib/blas-base-gcopy": "^0.0.8", |
105 | | - "@stdlib/buffer-from-string": "^0.0.8", |
106 | | - "@stdlib/constants-int32-max": "^0.0.7", |
107 | | - "@stdlib/constants-uint32-max": "^0.0.7", |
108 | | - "@stdlib/fs-exists": "^0.0.8", |
109 | | - "@stdlib/fs-read-file": "^0.0.8", |
110 | | - "@stdlib/fs-unlink": "^0.0.8", |
111 | | - "@stdlib/math-base-assert-is-integer": "^0.0.7", |
112 | | - "@stdlib/math-base-assert-is-nan": "^0.0.8", |
113 | | - "@stdlib/object-assign": "github:stdlib-js/object-assign#main", |
114 | | - "@stdlib/process-exec-path": "^0.0.7", |
115 | | - "@stdlib/random-base-arcsine": "^0.0.6", |
116 | | - "@stdlib/random-base-bernoulli": "^0.0.6", |
117 | | - "@stdlib/random-base-beta": "^0.0.7", |
118 | | - "@stdlib/random-base-betaprime": "^0.0.6", |
119 | | - "@stdlib/random-base-binomial": "^0.0.6", |
120 | | - "@stdlib/random-base-box-muller": "^0.0.6", |
121 | | - "@stdlib/random-base-cauchy": "^0.0.6", |
122 | | - "@stdlib/random-base-chi": "^0.0.6", |
123 | | - "@stdlib/random-base-chisquare": "^0.0.6", |
124 | | - "@stdlib/random-base-cosine": "^0.0.6", |
125 | | - "@stdlib/random-base-discrete-uniform": "^0.0.6", |
126 | | - "@stdlib/random-base-erlang": "^0.0.6", |
127 | | - "@stdlib/random-base-exponential": "^0.0.6", |
128 | | - "@stdlib/random-base-f": "^0.0.6", |
129 | | - "@stdlib/random-base-frechet": "^0.0.6", |
130 | | - "@stdlib/random-base-gamma": "^0.0.6", |
131 | | - "@stdlib/random-base-geometric": "^0.0.6", |
132 | | - "@stdlib/random-base-gumbel": "^0.0.6", |
133 | | - "@stdlib/random-base-hypergeometric": "^0.0.6", |
134 | | - "@stdlib/random-base-improved-ziggurat": "^0.0.6", |
135 | | - "@stdlib/random-base-invgamma": "^0.0.6", |
136 | | - "@stdlib/random-base-kumaraswamy": "^0.0.6", |
137 | | - "@stdlib/random-base-laplace": "^0.0.6", |
138 | | - "@stdlib/random-base-levy": "^0.0.6", |
139 | | - "@stdlib/random-base-logistic": "^0.0.6", |
140 | | - "@stdlib/random-base-lognormal": "^0.0.6", |
141 | | - "@stdlib/random-base-minstd": "^0.0.6", |
142 | | - "@stdlib/random-base-minstd-shuffle": "^0.0.6", |
143 | | - "@stdlib/random-base-mt19937": "^0.0.6", |
144 | | - "@stdlib/random-base-negative-binomial": "^0.0.6", |
145 | | - "@stdlib/random-base-normal": "^0.0.6", |
146 | | - "@stdlib/random-base-pareto-type1": "^0.0.6", |
147 | | - "@stdlib/random-base-poisson": "^0.0.6", |
148 | | - "@stdlib/random-base-randi": "^0.0.7", |
149 | | - "@stdlib/random-base-randn": "^0.0.9", |
150 | | - "@stdlib/random-base-randu": "^0.0.8", |
151 | | - "@stdlib/random-base-rayleigh": "^0.0.6", |
152 | | - "@stdlib/random-base-t": "^0.0.6", |
153 | | - "@stdlib/random-base-triangular": "^0.0.6", |
154 | | - "@stdlib/random-base-uniform": "^0.0.6", |
155 | | - "@stdlib/random-base-weibull": "^0.0.6", |
156 | | - "@stdlib/streams-node-inspect-sink": "^0.0.6", |
157 | | - "@stdlib/string-format": "^0.0.3", |
158 | | - "@stdlib/string-replace": "^0.0.11", |
159 | | - "@stdlib/time-now": "^0.0.9", |
160 | | - "@stdlib/utils-define-nonenumerable-property": "^0.0.7", |
161 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.7", |
162 | | - "@stdlib/utils-define-read-only-accessor": "^0.0.8", |
163 | | - "@stdlib/utils-define-read-write-accessor": "^0.0.8", |
164 | | - "@stdlib/utils-inherit": "^0.0.8", |
165 | | - "@stdlib/utils-keys": "^0.0.7", |
166 | | - "@stdlib/utils-next-tick": "^0.0.8", |
| 83 | + "@stdlib/array-int32": "^0.1.0", |
| 84 | + "@stdlib/array-uint32": "^0.1.0", |
| 85 | + "@stdlib/array-uint8": "^0.1.0", |
| 86 | + "@stdlib/assert-has-own-property": "^0.1.0", |
| 87 | + "@stdlib/assert-is-boolean": "^0.1.0", |
| 88 | + "@stdlib/assert-is-browser": "^0.1.0", |
| 89 | + "@stdlib/assert-is-buffer": "^0.1.0", |
| 90 | + "@stdlib/assert-is-error": "^0.1.0", |
| 91 | + "@stdlib/assert-is-int32array": "^0.1.0", |
| 92 | + "@stdlib/assert-is-integer": "^0.1.0", |
| 93 | + "@stdlib/assert-is-nonnegative-integer": "^0.1.0", |
| 94 | + "@stdlib/assert-is-nonnegative-number": "^0.1.0", |
| 95 | + "@stdlib/assert-is-number": "^0.1.0", |
| 96 | + "@stdlib/assert-is-plain-object": "^0.1.0", |
| 97 | + "@stdlib/assert-is-positive-integer": "^0.1.0", |
| 98 | + "@stdlib/assert-is-positive-number": "^0.1.0", |
| 99 | + "@stdlib/assert-is-probability": "^0.1.0", |
| 100 | + "@stdlib/assert-is-string": "^0.1.0", |
| 101 | + "@stdlib/assert-is-uint32array": "^0.1.0", |
| 102 | + "@stdlib/assert-is-windows": "^0.1.0", |
| 103 | + "@stdlib/bench": "^0.1.0", |
| 104 | + "@stdlib/blas-base-gcopy": "^0.1.0", |
| 105 | + "@stdlib/buffer-from-string": "^0.1.0", |
| 106 | + "@stdlib/constants-int32-max": "^0.1.0", |
| 107 | + "@stdlib/constants-uint32-max": "^0.1.0", |
| 108 | + "@stdlib/fs-exists": "^0.1.0", |
| 109 | + "@stdlib/fs-read-file": "^0.1.0", |
| 110 | + "@stdlib/fs-unlink": "^0.1.0", |
| 111 | + "@stdlib/math-base-assert-is-integer": "^0.1.0", |
| 112 | + "@stdlib/math-base-assert-is-nan": "^0.1.0", |
| 113 | + "@stdlib/object-assign": "^0.1.0", |
| 114 | + "@stdlib/process-exec-path": "^0.1.0", |
| 115 | + "@stdlib/random-base-arcsine": "^0.1.0", |
| 116 | + "@stdlib/random-base-bernoulli": "^0.1.0", |
| 117 | + "@stdlib/random-base-beta": "^0.1.0", |
| 118 | + "@stdlib/random-base-betaprime": "^0.1.0", |
| 119 | + "@stdlib/random-base-binomial": "^0.1.0", |
| 120 | + "@stdlib/random-base-box-muller": "^0.1.0", |
| 121 | + "@stdlib/random-base-cauchy": "^0.1.0", |
| 122 | + "@stdlib/random-base-chi": "^0.1.0", |
| 123 | + "@stdlib/random-base-chisquare": "^0.1.0", |
| 124 | + "@stdlib/random-base-cosine": "^0.1.0", |
| 125 | + "@stdlib/random-base-discrete-uniform": "^0.1.0", |
| 126 | + "@stdlib/random-base-erlang": "^0.1.0", |
| 127 | + "@stdlib/random-base-exponential": "^0.1.0", |
| 128 | + "@stdlib/random-base-f": "^0.1.0", |
| 129 | + "@stdlib/random-base-frechet": "^0.1.0", |
| 130 | + "@stdlib/random-base-gamma": "^0.1.0", |
| 131 | + "@stdlib/random-base-geometric": "^0.1.0", |
| 132 | + "@stdlib/random-base-gumbel": "^0.1.0", |
| 133 | + "@stdlib/random-base-hypergeometric": "^0.1.0", |
| 134 | + "@stdlib/random-base-improved-ziggurat": "^0.1.0", |
| 135 | + "@stdlib/random-base-invgamma": "^0.1.0", |
| 136 | + "@stdlib/random-base-kumaraswamy": "^0.1.0", |
| 137 | + "@stdlib/random-base-laplace": "^0.1.0", |
| 138 | + "@stdlib/random-base-levy": "^0.1.0", |
| 139 | + "@stdlib/random-base-logistic": "^0.1.0", |
| 140 | + "@stdlib/random-base-lognormal": "^0.1.0", |
| 141 | + "@stdlib/random-base-minstd": "^0.1.0", |
| 142 | + "@stdlib/random-base-minstd-shuffle": "^0.1.0", |
| 143 | + "@stdlib/random-base-mt19937": "^0.1.0", |
| 144 | + "@stdlib/random-base-negative-binomial": "^0.1.0", |
| 145 | + "@stdlib/random-base-normal": "^0.1.0", |
| 146 | + "@stdlib/random-base-pareto-type1": "^0.1.0", |
| 147 | + "@stdlib/random-base-poisson": "^0.1.0", |
| 148 | + "@stdlib/random-base-randi": "^0.1.0", |
| 149 | + "@stdlib/random-base-randn": "^0.1.0", |
| 150 | + "@stdlib/random-base-randu": "^0.1.0", |
| 151 | + "@stdlib/random-base-rayleigh": "^0.1.0", |
| 152 | + "@stdlib/random-base-t": "^0.1.0", |
| 153 | + "@stdlib/random-base-triangular": "^0.1.0", |
| 154 | + "@stdlib/random-base-uniform": "^0.1.0", |
| 155 | + "@stdlib/random-base-weibull": "^0.1.0", |
| 156 | + "@stdlib/streams-node-inspect-sink": "^0.1.0", |
| 157 | + "@stdlib/string-format": "^0.1.0", |
| 158 | + "@stdlib/string-replace": "^0.1.0", |
| 159 | + "@stdlib/time-now": "^0.1.0", |
| 160 | + "@stdlib/utils-define-nonenumerable-property": "^0.1.0", |
| 161 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0", |
| 162 | + "@stdlib/utils-define-read-only-accessor": "^0.1.0", |
| 163 | + "@stdlib/utils-define-read-write-accessor": "^0.1.0", |
| 164 | + "@stdlib/utils-inherit": "^0.1.0", |
| 165 | + "@stdlib/utils-keys": "^0.1.0", |
| 166 | + "@stdlib/utils-next-tick": "^0.1.0", |
167 | 167 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
168 | 168 | "istanbul": "^0.4.1", |
169 | 169 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git" |
|
0 commit comments