Formatting

This commit is contained in:
Imbus 2025-06-01 14:32:53 +02:00
parent b5dfda57fa
commit 9186a45be9

View file

@ -37,7 +37,6 @@ int main() {
// time(NULL) provides a somewhat unique seed at runtime // time(NULL) provides a somewhat unique seed at runtime
sprand(time(NULL)); sprand(time(NULL));
uint64_t rn1 = prand(); uint64_t rn1 = prand();
uint64_t rn2 = prand(); uint64_t rn2 = prand();