|  | 
|  | 1 | +<!-- | 
|  | 2 | +
 | 
|  | 3 | +@license Apache-2.0 | 
|  | 4 | +
 | 
|  | 5 | +Copyright (c) 2025 The Stdlib Authors. | 
|  | 6 | +
 | 
|  | 7 | +Licensed under the Apache License, Version 2.0 (the "License"); | 
|  | 8 | +you may not use this file except in compliance with the License. | 
|  | 9 | +You may obtain a copy of the License at | 
|  | 10 | +
 | 
|  | 11 | +   http://www.apache.org/licenses/LICENSE-2.0 | 
|  | 12 | +
 | 
|  | 13 | +Unless required by applicable law or agreed to in writing, software | 
|  | 14 | +distributed under the License is distributed on an "AS IS" BASIS, | 
|  | 15 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
|  | 16 | +See the License for the specific language governing permissions and | 
|  | 17 | +limitations under the License. | 
|  | 18 | +
 | 
|  | 19 | +--> | 
|  | 20 | + | 
|  | 21 | +# Tools | 
|  | 22 | + | 
|  | 23 | +> Pseudorandom number generator ndarray creation function tools. | 
|  | 24 | +
 | 
|  | 25 | +<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. --> | 
|  | 26 | + | 
|  | 27 | +<section class="intro"> | 
|  | 28 | + | 
|  | 29 | +</section> | 
|  | 30 | + | 
|  | 31 | +<!-- /.intro --> | 
|  | 32 | + | 
|  | 33 | +<!-- Package usage documentation. --> | 
|  | 34 | + | 
|  | 35 | +<section class="usage"> | 
|  | 36 | + | 
|  | 37 | +## Usage | 
|  | 38 | + | 
|  | 39 | +```javascript | 
|  | 40 | +var ns = require( '@stdlib/random/tools' ); | 
|  | 41 | +``` | 
|  | 42 | + | 
|  | 43 | +#### ns | 
|  | 44 | + | 
|  | 45 | +Pseudorandom number generator ndarray creation function tools. | 
|  | 46 | + | 
|  | 47 | +```javascript | 
|  | 48 | +var o = ns; | 
|  | 49 | +// returns {...} | 
|  | 50 | +``` | 
|  | 51 | + | 
|  | 52 | +The namespace exports the following: | 
|  | 53 | + | 
|  | 54 | +<!-- <toc pattern="*"> --> | 
|  | 55 | + | 
|  | 56 | +<!-- </toc> --> | 
|  | 57 | + | 
|  | 58 | +</section> | 
|  | 59 | + | 
|  | 60 | +<!-- /.usage --> | 
|  | 61 | + | 
|  | 62 | +<!-- Package usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. --> | 
|  | 63 | + | 
|  | 64 | +<section class="notes"> | 
|  | 65 | + | 
|  | 66 | +</section> | 
|  | 67 | + | 
|  | 68 | +<!-- /.notes --> | 
|  | 69 | + | 
|  | 70 | +<!-- Package usage examples. --> | 
|  | 71 | + | 
|  | 72 | +<section class="examples"> | 
|  | 73 | + | 
|  | 74 | +## Examples | 
|  | 75 | + | 
|  | 76 | +<!-- TODO: better examples --> | 
|  | 77 | + | 
|  | 78 | +<!-- eslint no-undef: "error" --> | 
|  | 79 | + | 
|  | 80 | +```javascript | 
|  | 81 | +var objectKeys = require( '@stdlib/utils/keys' ); | 
|  | 82 | +var ns = require( '@stdlib/random/tools' ); | 
|  | 83 | + | 
|  | 84 | +console.log( objectKeys( ns ) ); | 
|  | 85 | +``` | 
|  | 86 | + | 
|  | 87 | +</section> | 
|  | 88 | + | 
|  | 89 | +<!-- /.examples --> | 
|  | 90 | + | 
|  | 91 | +<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. --> | 
|  | 92 | + | 
|  | 93 | +<section class="related"> | 
|  | 94 | + | 
|  | 95 | +</section> | 
|  | 96 | + | 
|  | 97 | +<!-- /.related --> | 
|  | 98 | + | 
|  | 99 | +<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. --> | 
|  | 100 | + | 
|  | 101 | +<section class="links"> | 
|  | 102 | + | 
|  | 103 | +</section> | 
|  | 104 | + | 
|  | 105 | +<!-- /.links --> | 
0 commit comments