Updated 6 months ago

@stdlib/random-streams-box-muller • Rank 4.4 • Science 57%

Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.

Updated 6 months ago

@stdlib/random-iter-box-muller • Rank 4.0 • Science 57%

Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.

Updated 6 months ago

random-streams-improved-ziggurat • Rank 3.9 • Science 57%

Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.

Updated 6 months ago

@stdlib/random-iter-improved-ziggurat • Rank 3.5 • Science 57%

Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.

Updated 6 months ago

@stdlib/random-iter-uniform • Rank 6.9 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a continuous uniform distribution.