fix random numer generating; add cell_random_fit to complement cell_random)

This commit is contained in:
2025-12-01 16:26:27 -06:00
parent 139405a30b
commit 20f5e4e81c
5 changed files with 16 additions and 14 deletions

View File

@@ -90,3 +90,4 @@ void actor_free(cell_rt *actor);
uint64_t cell_ns();
void cell_sleep(double seconds);
int randombytes(void *buf, size_t n);