summaryrefslogtreecommitdiff
path: root/ce/test/common/gaussian.h
blob: 454c5417d545cb8b03f95ab673e18f30c22642ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef ce_test_common_gaussian_h
#define ce_test_common_gaussian_h
/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    ce/test/common/gaussian.h
 * \brief   « brief description »
 * \ingroup « module »
 *
 * « long description »
 */

#include "lib/rnd.h"

double
lib_rnd_gaussian (lib_rnd_t *ctx, double lambda, double sigma);

#endif /* ce_test_common_gaussian_h */