Why it matters
Randomization gives guarantees deterministic can't. Understanding shapes algorithm design.
Advertisement
The architecture
Las Vegas: correct output, randomized runtime.
Monte Carlo: correct with high probability.
Advertisement
How it works end to end
Expected complexity: probability-weighted worst case.
Amortized: analyze across operations.
PRNG choice: crypto vs statistical uses.