@stdlib/random-iter-discrete-uniform
Create an iterator for generating pseudorandom numbers drawn from a discrete uniform distribution.
Create an iterator for generating pseudorandom numbers drawn from a discrete uniform distribution.
Test if a value is iterator-like.
Test if a value is iterable-like.
Test if a value is generator object-like.
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.
Create an iterator which evaluates the natural logarithm of 1+exp(x) for each iterated value.
Create an iterator which evaluates the binary logarithm for each iterated value.
Create an iterator which evaluates the logit function for each iterated value.
Create an iterator which evaluates the exponential function.
Create an iterator which converts an angle from radians to degrees for each iterated value.
Create an iterator which evaluates the ramp function for each iterated value.
Create an iterator which evaluates the Riemann zeta function for each iterated value.
Create an iterator which rounds each iterated value to the nearest integer.
Create an iterator which rounds each iterated value to the nearest power of 10 on a linear scale.
Create an iterator which rounds each iterated value to the nearest power of two on a linear scale.
Create an iterator which rounds each iterated value to the nearest power of two toward zero.
Create an iterator which computes the versed cosine for each iterated value.
Create an iterator which computes the versed sine for each iterated value.