dhardy / rand

http://doc.rust-lang.org/rand
Other
2 stars 2 forks source link

Ascii char generation #73

Closed dhardy closed 6 years ago

dhardy commented 6 years ago

Consider renaming AsciiWordChar to AlphanumericChar and adding AsciiPrintableChar or similar.

pitdicker commented 6 years ago

Thinking about it some more, I don't really see much use for these functions outside of testing. I would say let's not add AsciiPrintableChar until there people are asking for it.

pitdicker commented 6 years ago

I think this can be closed after https://github.com/dhardy/rand/pull/75?