Skip to content

Release 1.2.0

Compare
Choose a tag to compare
@marhop marhop released this 24 Jun 21:10
· 70 commits to master since this release
  • The hex macro syntax has been extended to make random byte sequences possible: An alternative macro like (00|ff|3333) randomly produces one of 00, ff or 3333. A range macro like (0c-0f) randomly produces one of 0c, 0d, 0e or 0f. The special range macro . produces one random byte.