Skip to content

Latest commit

 

History

History
199 lines (115 loc) · 8.09 KB

README.md

File metadata and controls

199 lines (115 loc) · 8.09 KB

Strided

NPM version Build Status Coverage Status

Pseudorandom number generator (PRNG) strided array functions.

Usage

import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-strided@deno/mod.js';

You can also import the following named exports from the package:

import { arcsine, beta, discreteUniform, exponential, lognormal, minstd, mt19937, normal, randu, uniform } from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-strided@deno/mod.js';

ns

Namespace containing strided array pseudorandom number generator (PRNG) functions.

var o = ns;
// returns {...}

The namespace contains the following:

Examples

import objectKeys from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-keys@deno/mod.js';
import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-strided@deno/mod.js';

console.log( objectKeys( ns ) );

Notice

This package is part of stdlib, a standard library with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.

For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.

Community

Chat


License

See LICENSE.

Copyright

Copyright © 2016-2023. The Stdlib Authors.