Name rand
Definition rand(max:val(int)):expr(int)
Defined in ops.l
Implementation icode
Description Return a random integer less than the given maximum.
Note rand is based on a deterministic function, so your simulation will give the same results each time it is run. You'll also get the same results on different platforms.