🎲Computers can generate pseudo-random numbers that appear random but follow a set pattern.
🔢Pseudo-random number generators rely on an initial seed and an algorithm to produce a sequence of numbers.
🌌Truly random numbers can be generated by measuring random physical phenomena.
⏰Pseudo-random numbers are replicable, making them suitable for testing programs.
🔀Inverse transform sampling allows us to transform uniform random numbers into distributions with different characteristics.