...

/

Pseudo-Random Number Generation

Pseudo-Random Number Generation

This lesson will introduce pseudo-random number generation in JAX and discuss how it offers an edge over other PRNGs.

Random variable

Consider a function:

f(x)=x2+5f(x) = x^2 +5

No matter how many times we call this function, it will always give the same output for a given input.

On the other hand, consider some random/stochastic function; the seventh roll of the dice, the temperature at 3 PM, or the quantum state of a ...