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.
42
42
## Usage
43
43
44
44
``` javascript
45
- import minstd from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-minstd-shuffle@esm/index.mjs' ;
45
+ import minstd from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-minstd-shuffle@v0.2.1- esm/index.mjs' ;
46
46
```
47
47
48
48
You can also import the following named exports from the package:
49
49
50
50
``` javascript
51
- import { factory } from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-minstd-shuffle@esm/index.mjs' ;
51
+ import { factory } from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-minstd-shuffle@v0.2.1- esm/index.mjs' ;
52
52
```
53
53
54
54
#### minstd( len\[ , options] )
@@ -256,7 +256,7 @@ var sz = minstd.byteLength;
256
256
<script type =" module" >
257
257
258
258
import logEach from ' https://cdn.jsdelivr.net/gh/stdlib-js/console-log-each@esm/index.mjs' ;
259
- import minstd from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-minstd-shuffle@esm/index.mjs' ;
259
+ import minstd from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-minstd-shuffle@v0.2.1- esm/index.mjs' ;
260
260
261
261
// Create a function for generating random arrays originating from the same state:
262
262
var random = minstd .factory ({
You can’t perform that action at this time.
0 commit comments