diff options
Diffstat (limited to 'src/lib/math/laplace.c')
-rw-r--r-- | src/lib/math/laplace.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/math/laplace.c b/src/lib/math/laplace.c index 8e45a1fb33..6b33b46902 100644 --- a/src/lib/math/laplace.c +++ b/src/lib/math/laplace.c @@ -3,6 +3,12 @@ * Copyright (c) 2007-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file laplace.c + * + * \brief Implements a Laplace distribution, used for adding noise to things. + **/ + #include "orconfig.h" #include "lib/math/laplace.h" #include "lib/math/fp.h" |