Johannes Kutning 0d1b73e3e0 Initial commit
2023-10-31 07:47:27 +01:00

14 lines
182 B
C

#pragma once
#include "task_base_config.h"
#include <inttypes.h>
typedef struct {
task_base_config base;
float seed;
float abs_min;
float abs_max;
} rand_config;