aboutsummaryrefslogtreecommitdiffstats
path: root/gnuradio-runtime/include/gnuradio/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/random.h')
-rw-r--r--gnuradio-runtime/include/gnuradio/random.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnuradio-runtime/include/gnuradio/random.h b/gnuradio-runtime/include/gnuradio/random.h
index 95931baf7..82c902678 100644
--- a/gnuradio-runtime/include/gnuradio/random.h
+++ b/gnuradio-runtime/include/gnuradio/random.h
@@ -96,7 +96,9 @@ public:
float rayleigh();
/*!
- * \brief FIXME: add description
+ * \brief Exponentially distributed random numbers with values less than or equal
+ * to factor replaced with zero. The underlying exponential distribution has
+ * mean sqrt(2) and variance 2.
*/
float impulse(float factor);