rhea/assets/libraries/rand/rand.rhea
2023-09-14 17:35:11 +02:00

4 lines
58 B
Plaintext

func random_u64(){
// TODO: randomness
return 3;
}