This commit is contained in:
2026-02-13 16:24:15 +03:00
parent accbeff765
commit 6ffc8e3582
7 changed files with 32 additions and 22 deletions

View File

@@ -2,9 +2,9 @@
#include <random>
#include <mcc_pcm.h>
#include <mcc_serializer.h>
#include <mcc_telemetry.h>
#include "mcc_pcm.h"
#include "mcc_serializer.h"
#include "mcc_telemetry.h"
static std::random_device rd;
static std::mt19937 gen(rd());