aboutsummaryrefslogtreecommitdiff
path: root/src/modules/position_estimator_mc/codegen/randn.h
blob: 8a2aa92778e1e96902a301b8298ed95d8ce2e7fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
 * randn.h
 *
 * Code generation for function 'randn'
 *
 * C source code generated on: Tue Feb 19 15:26:32 2013
 *
 */

#ifndef __RANDN_H__
#define __RANDN_H__
/* Include files */
#include <math.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include "rt_nonfinite.h"

#include "rtwtypes.h"
#include "kalman_dlqe3_types.h"

/* Type Definitions */

/* Named Constants */

/* Variable Declarations */

/* Variable Definitions */

/* Function Declarations */
extern real_T randn(void);
#endif
/* End of code generation (randn.h) */