rhea/assets/examples/rand.rhea

6 lines
92 B
Plaintext

var rand = include "rand";
var rd64 = rand.random_u64;
func main(){
var abc = rd64();
}