shared

Common APIs shared across base pseudorandom number generators.

Usage

var headerDir = require( '@stdlib/random/base/shared' );

headerDir

Absolute file path for the directory containing header files for C APIs.

var dir = headerDir;
// returns <string>

Examples

var headerDir = require( '@stdlib/random/base/shared' );

console.log( headerDir );
// => <string>

C APIs

Usage

#include "stdlib/random/base/shared.h"

TODO

TODO

Did you find this page helpful?