4 lines
58 B
Plaintext
4 lines
58 B
Plaintext
|
func random_u64(){
|
||
|
// TODO: randomness
|
||
|
return 3;
|
||
|
}
|