@stdlib/random-strided-tools-binary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.
Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
Create a factory function for filling strided arrays with pseudorandom values drawn from a unary PRNG.
Fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.
Fill a strided array with pseudorandom numbers drawn from a Weibull distribution.
Size (in bytes) of a 16-bit unsigned integer.
32-bit unsigned integer mathematical constants.
Size (in bytes) of a 32-bit unsigned integer.
8-bit unsigned integer mathematical constants.
Size (in bytes) of an 8-bit unsigned integer.
Create an iterator which invokes a ternary function accepting numeric arguments for each iterated value.
Math utility iterators.
Evaluate the terms of a continued fraction.
Special math functions.
Compute the absolute value.
Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.
Compute the squared absolute value for each element in a strided array.
Compute the squared absolute value of each element retrieved from an input strided array via a callback function.
Compute the arccosine of each element retrieved from an input strided array via a callback function.
Compute the hyperbolic arccosine of each element retrieved from an input strided array via a callback function.