RND
return(RND(x)+y);
return(RND(x));
return(RND(x)+1);
while(n--) tmp += RND(x);
%token LEN RND SAMPLE
| RND { $$ = gen_loadrnd(); }