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:
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 ...