NumberDef: Bind random and builtins in a separate dictionary. Replace $rand with...
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Wed, 17 Mar 2010 02:44:09 +0000 (19:44 -0700)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Wed, 17 Mar 2010 02:44:09 +0000 (19:44 -0700)
commit256e883e22f798a74ccb67d87d68050c44d87a16
tree475bdbf3eba158f8d4da933f33559efe59a4ec00
parentdc109fda65b9b15d479a80bb7e3a766074ff361e
NumberDef: Bind random and builtins in a separate dictionary. Replace $rand with random(), to allow it to be used twice with different results in the same expression.
bulletml/expr.py