@stdlib/random-array-tools-unary-factory
Create a factory function for generating pseudorandom values drawn from a unary PRNG.
Create a factory function for generating pseudorandom values drawn from a unary 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.
Invoke a function n times and return an array of accumulated function return values.
Function composition.
Function sequence.
Transform a function into a sequence of functions each accepting a single argument.
Transform a function into a sequence of functions each accepting a single argument.
Decorate a provided function such that the function's return value is provided as an argument to another function.
Function composition.
Transform a curried function into a function invoked with multiple arguments.
Transform a curried function into a function invoked with multiple arguments.
Generate a thunk.
Create a function that invokes a provided function according to a predicate function.
Create a function that invokes a provided function with reordered arguments.
Create a function that invokes a provided function with arguments in reverse order.
Apply a function to elements in two input arrays while iterating from right to left and assign the results to an output array.
Apply a function to each nested element in an array of arrays and assign the result to a nested element in a new array of arrays.
Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.