crdoconnor / xeger

Library to generate random strings from regular expressions.
Other
117 stars 21 forks source link

Added a random instance to the Xeger object #12

Closed ghosalya closed 5 years ago

ghosalya commented 5 years ago

Seems like Xeger can benefit from holding its own random instance. One way that it is useful is the capability of seeding Xeger so that it can reproduce the same string given the same regex.

Changes

crdoconnor commented 5 years ago

Neat!