@stdlib/random-iter
Pseudorandom number generator iterators.
Pseudorandom number generator iterators.
Create an iterator which invokes a ternary function accepting numeric arguments for each iterated value.
Math utility iterators.
Math iterator tooling.
Create an iterator which invokes a unary function accepting a single numeric argument for each iterated value.
Create an iterator which invokes a binary function accepting numeric arguments for each iterated value.
Invoke a function until a test condition is true.
Invoke a function while a test condition is true.
Create an iterator which repeatedly iterates over the elements of an array-like object.
Create an iterator from an array-like object.
Create an iterator from an array-like object, iterating from right to left.
Create an iterator from a sparse array-like object.
Create an iterator from a sparse array-like object, iterating from right to left.
Create an iterator from a strided array-like object.
Create (or fill) an array from an iterator.
Create an iterator from an array-like object view.
Create an iterator from an array-like object view, iterating from right to left.
Create an iterator which iterates over grapheme clusters.
Create an iterator which iterates from right to left over grapheme clusters.
Async iterator symbol.