jbrooksuk / Sublime-Evaluate

Selection evaluation in Sublime Text

Home Page:https://james-brooks.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Could we add python's `random` alongside `math` and `datetime`?

laserbeam3 opened this issue · comments

I've been using Evaluate for years now, just had to generate a bunch of random numbers and thought I could with this little guy. I think the code to add support is rather simple, I think an extra import and one extra line in the dict at the end of evaluate.py (am thinking that looking at the code for the first time).

Is that a reasonable request? to add random along math and datetime?

Unsure which other python libraries would make sense... Or what side effects this could have.