Skip to content

Commit

Permalink
Do minor rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
StuckiSimon committed Aug 30, 2024
1 parent f30b35a commit 9ff20b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/parts/theory.tex
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ \subsubsection{View Projection}

\subsubsection{Random Number Generator}

Randomness is used in different parts of the path tracer. One example is picking $\xi$ as part of the Russian roulette technique. Such a number is obtained by employing a random number generator (\gls{RNG}). In rasterization, the necessity for \gls{RNG} is less common but may still be required for specific effects. A variety of \glspl{RNG} are available that differ in essential characteristics. Some of the characteristics to consider when choosing a suitable \gls{RNG} are:
Randomness is used in different parts of a path tracer. One example is picking $\xi$ as part of the Russian roulette technique. Such a number is obtained by employing a random number generator (\gls{RNG}). In rasterization, the necessity for \gls{RNG} is less common but may still be required for specific effects. A variety of \glspl{RNG} are available that differ in essential characteristics. Some of the characteristics to consider when choosing a suitable \gls{RNG} are:

\begin{itemize}
\item{Statistical Quality} — The \gls{RNG} should generate numbers that are statistically random. This means that the numbers should be uniformly distributed and have a low correlation between them.
Expand Down

0 comments on commit 9ff20b1

Please sign in to comment.