Files
fx/core/sys/rosetta/random.c
T

14 lines
174 B
C
Raw Normal View History

2026-04-01 19:04:41 +01:00
#include <fcntl.h>
#include <stdint.h>
#include <unistd.h>
uint64_t z__fx_platform_random_seed()
{
return 0;
}
uint64_t z__fx_platform_random_seed_secure()
{
return 0;
}