Addresses #42 , and it also fixes Int() to return floor of value
Because of differences between how Python versions implement random.seed(), the first 10 values generated by Rnd are returned from a list before using the Python random() function. Unless Randomize is called.
Addresses #42 , and it also fixes
Int()
to return floor of value Because of differences between how Python versions implement random.seed(), the first 10 values generated by Rnd are returned from a list before using the Python random() function. Unless Randomize is called.