@stdlib/random-iter-mt19937
Create an iterator for a 32-bit Mersenne Twister pseudorandom number generator.
random-streams-mt19937
Create a readable stream for a 32-bit Mersenne Twister pseudorandom number generator.
@stdlib/math-base-special-floor
Round a double-precision floating-point number toward negative infinity.
@stdlib/random-streams-minstd-shuffle
Create a readable stream for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
@stdlib/random-streams-minstd
Create a readable stream for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.
@stdlib/random-iter-minstd
Create an iterator for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.
@stdlib/random-iter-minstd-shuffle
Create an iterator for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
@stdlib/math-base-special-trunc
Round a double-precision floating-point number toward zero.
@stdlib/math-base-assert-is-nonnegative-integer
Test if a finite double-precision floating-point number is a nonnegative integer.
math-base-special-binomcoefln
Compute the natural logarithm of the binomial coefficient.
@stdlib/math-base-special-roundn
Round a numeric value to the nearest multiple of 10^n.
@stdlib/math-base-special-ceilf
Round a single-precision floating-point number toward positive infinity.
@stdlib/constants-float64-max-safe-nth-fibonacci
Maximum safe nth Fibonacci number when stored in double-precision floating-point format.
@stdlib/math-base-special-truncf
Round a single-precision floating-point number toward zero.
@stdlib/math-strided-special-smskceil
Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.
@stdlib/math-base-special-floorb
Round a numeric value to the nearest multiple of b^n toward negative infinity.
@stdlib/math-base-special-fast-uint32-log2
Compute an integer binary logarithm (base two).
@stdlib/math-strided-special-dceil
Round each element in a double-precision floating-point strided array toward positive infinity.
@stdlib/math-strided-special-smsktrunc
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
@stdlib/math-strided-special-dmsktrunc
Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.
@stdlib/math-strided-special-dmskceil
Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.
@stdlib/math-iter-sequences-odd-integers
Create an iterator which generates an interleaved sequence of odd integers.