5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
func random_u64(){
|
|
// TODO: randomness
|
|
var value = 0;
|
|
return value;
|
|
} |