You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- To load the package in a website via a `script` tag without installation and bundlers, use the [ES Module][es-module] available on the [`esm` branch][esm-url].
49
-
- If you are using Deno, visit the [`deno` branch][deno-url].
50
-
- For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd` branch][umd-url].
48
+
- To load the package in a website via a `script` tag without installation and bundlers, use the [ES Module][es-module] available on the [`esm`][esm-url] branch (see [README][esm-readme]).
49
+
- If you are using Deno, visit the [`deno`][deno-url] branch (see [README][deno-readme] for usage intructions).
50
+
- For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd`][umd-url] branch (see [README][umd-readme]).
51
51
52
52
The [branches.md][branches-url] file summarizes the available branches and displays a diagram illustrating their relationships.
53
53
54
+
To view installation and usage instructions specific to each branch build, be sure to explicitly navigate to the respective README files on each branch, as linked to above.
55
+
54
56
</section>
55
57
56
58
<sectionclass="usage">
@@ -340,6 +342,9 @@ for ( i = 0; i < 100; i++ ) {
340
342
341
343
## See Also
342
344
345
+
- <spanclass="package-name">[`@stdlib/random-array/minstd`][@stdlib/random/array/minstd]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).</span>
346
+
- <spanclass="package-name">[`@stdlib/random-iter/minstd`][@stdlib/random/iter/minstd]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.</span>
347
+
- <spanclass="package-name">[`@stdlib/random-streams/minstd`][@stdlib/random/streams/minstd]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.</span>
343
348
- <spanclass="package-name">[`@stdlib/random-base/minstd-shuffle`][@stdlib/random/base/minstd-shuffle]</span><spanclass="delimiter">: </span><spanclass="description">A linear congruential pseudorandom number generator (LCG) whose output is shuffled.</span>
344
349
- <spanclass="package-name">[`@stdlib/random-base/mt19937`][@stdlib/random/base/mt19937]</span><spanclass="delimiter">: </span><spanclass="description">A 32-bit Mersenne Twister pseudorandom number generator.</span>
345
350
- <spanclass="package-name">[`@stdlib/random-base/randi`][@stdlib/random/base/randi]</span><spanclass="delimiter">: </span><spanclass="description">pseudorandom numbers having integer values.</span>
Copy file name to clipboardExpand all lines: branches.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ This repository has the following branches:
24
24
25
25
-**main**: default branch generated from the [stdlib project][stdlib-url], where all development takes place.
26
26
-**production**: [production build][production-url] of the package (e.g., reformatted error messages to reduce bundle sizes and thus the number of bytes transmitted over a network).
27
-
-**esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers.
28
-
-**deno**: [Deno][deno-url] branch for use in Deno.
29
-
-**umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments.
27
+
-**esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers (see [README][esm-readme]).
28
+
-**deno**: [Deno][deno-url] branch for use in Deno (see [README][deno-readme]).
29
+
-**umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments (see [README][umd-readme]).
30
30
31
31
The following diagram illustrates the relationships among the above branches:
0 commit comments