savagezen / dnd-tools

ARCHIVE - MOVED TO GITLAB | Interactive CLI tools for Dungeons and Dragons 5e
https://gitlab.com/savagezen/dnd-tools
GNU Affero General Public License v3.0
164 stars 34 forks source link

Python 3.6 #3

Closed RcrdBrt closed 7 years ago

RcrdBrt commented 7 years ago

Since the program targets Archlinux users, python 3.6 is the default version hence there is secrets, which

should be used in preference to the default pseudo-random number generator in the random module, which is designed for modelling and simulation, not security or cryptography.

source

savagezen commented 7 years ago

Thanks again!