File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ limitations under the License.
4242## Usage
4343
4444``` javascript
45- import chisquare from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-chisquare@esm/index.mjs' ;
45+ import chisquare from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-chisquare@v0.2.1- esm/index.mjs' ;
4646```
4747
4848You can also import the following named exports from the package:
4949
5050``` javascript
51- import { factory } from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-chisquare@esm/index.mjs' ;
51+ import { factory } from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-chisquare@v0.2.1- esm/index.mjs' ;
5252```
5353
5454#### chisquare( len, k\[ , options] )
@@ -341,7 +341,7 @@ var sz = random.byteLength;
341341<script type =" module" >
342342
343343import logEach from ' https://cdn.jsdelivr.net/gh/stdlib-js/console-log-each@esm/index.mjs' ;
344- import chisquare from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-chisquare@esm/index.mjs' ;
344+ import chisquare from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-chisquare@v0.2.1- esm/index.mjs' ;
345345
346346// Create a function for generating random arrays originating from the same state:
347347var random = chisquare .factory ( 2.0 , {
You can’t perform that action at this time.
0 commit comments