rhea/assets/libraries/rand/rand.rhea

5 lines
81 B
Plaintext

func random_u64(){
// TODO: randomness
var value = 0;
return value;
}