File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Change Log -- Ray Tracing in One Weekend
3434
3535### _ The Rest of Your Life_
3636 - Fix: Fix errors in citation section (#721 )
37+ - Fix: Area equation in section 3.3 Constructing a PDF and nearby text (#735 )
3738 - Add: Listing 36: Add missing updates to dielectric class for updating specular in scatter record
3839
3940
Original file line number Diff line number Diff line change 341341<div class='together'>
342342Given a random number from `d = random_double()` that is uniform and between 0 and 1, we should be
343343able to find some function $f(d)$ that gives us what we want. Suppose $e = f(d) = d^2$. This is no
344- longer a uniform PDF. The PDF of $e$ will be bigger near 0 than it is near 1 (squaring a number
344+ longer a uniform PDF. The PDF of $e$ will be bigger near 1 than it is near 0 (squaring a number
345345between 0 and 1 makes it smaller). To convert this general observation to a function, we need the
346346cumulative probability distribution function $P(x)$:
347347
Original file line number Diff line number Diff line change 2222
2323 - [Aaryaman Vasishta](https://github.com/jammm)
2424 - Andrew Kensler
25+ - [Antonio Gamiz](https://github.com/antoniogamiz)
2526 - Apoorva Joshi
2627 - [Aras Pranckevičius](https://github.com/aras-p)
2728 - Becker
You can’t perform that action at this time.
0 commit comments