Index: doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex
===================================================================
--- doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex	(revision 47204d45eb0efeb6cdc48a824d1d73049123288e)
+++ doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex	(revision 0f6d78711601321195d9ceff4c0576742a14df68)
@@ -69,4 +69,5 @@
 
 The following new benchmarks were created to assess multi-threaded programs at the KT and UT level.
+For generating random values, two generators are supported: uniform~\cite{uniformPRNG} and fisher~\cite{fisherPRNG}.
 
 
@@ -79,5 +80,5 @@
 
 \VRef[Figure]{fig:ChurnBenchFig} shows the pseudo code for the churn micro-benchmark.
-This benchmark creates a buffer with M spots and starts K threads.
+This benchmark creates a buffer with M spots and an allocation in each spot, and then starts K threads.
 Each thread picks a random spot in M, frees the object currently at that spot, and allocates a new object for that spot.
 Each thread repeats this cycle N times.
