rand.e
- Posted by raseunew Dec 05, 2010
- 1222 views
$eui -v
Version : Euphoria Interpreter 4.0.0 Release Candidate 1 (r3951) for Linux
$EUDIR/include/std/rand.e
temp variable should be an atom ?
public function rand_range(atom lo, atom hi) if lo > hi then integer temp = hi ... end function