|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include <std.h>#include <stdlib.h>#include <math.h>#include <stdbool.h>
Include dependency graph for pprz_random.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | init_random (void) |
| double | rand_uniform (void) |
| double | rand_gaussian (void) |
Definition at line 35 of file pprz_random.c.
References foo, get_sys_time_msec(), and time.
Referenced by actuators_uavcan_init(), power_uavcan_init(), and sys_id_chirp_init().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 53 of file pprz_random.c.
References foo, and rand_uniform().
Referenced by set_current_chirp_values().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 45 of file pprz_random.c.
References foo.
Referenced by actuators_uavcan_next_telem(), imu_heater_periodic(), power_uavcan_send_power_device(), rand_gaussian(), and send_wp_moved().
Here is the caller graph for this function: