rhea/assets/libraries/rand/rand.rhea

4 lines
58 B
Plaintext

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