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 randi from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randi@deno/mod.js' ;
45+ import randi from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randi@v0.2.1- deno/mod.js' ;
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-base-randi@deno/mod.js' ;
51+ import { factory } from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randi@v0.2.1- deno/mod.js' ;
5252```
5353
5454#### randi()
@@ -292,7 +292,7 @@ var o = randi.toJSON();
292292<!-- eslint no-undef: "error" -->
293293
294294``` javascript
295- import randi from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randi@deno/mod.js' ;
295+ import randi from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randi@v0.2.1- deno/mod.js' ;
296296
297297var seed;
298298var rand;
You can’t perform that action at this time.
0 commit comments