File tree 1 file changed +3
-3
lines changed
Filter options
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 uniform from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-uniform@esm/index.mjs' ;
45
+ import uniform from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-uniform@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-uniform@esm/index.mjs' ;
51
+ import { factory } from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-uniform@v0.2.1- esm/index.mjs' ;
52
52
```
53
53
54
54
#### uniform( len, a, b\[ , options] )
@@ -343,7 +343,7 @@ var sz = random.byteLength;
343
343
<script type =" module" >
344
344
345
345
import logEach from ' https://cdn.jsdelivr.net/gh/stdlib-js/console-log-each@esm/index.mjs' ;
346
- import uniform from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-uniform@esm/index.mjs' ;
346
+ import uniform from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-uniform@v0.2.1- esm/index.mjs' ;
347
347
348
348
// Create a function for generating random arrays originating from the same state:
349
349
var random = uniform .factory ( 2.0 , 5.0 , {
You can’t perform that action at this time.
0 commit comments