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