Skip to content

0.0.2: Legacy OS support

Choose a tag to compare

@robb robb released this 09 Mar 10:53
· 2 commits to main since this release
  • Moved seed pinning to a dedicated property, $randomValue.seed = 123 instead of the old $randomValue = 123.
  • Lowered deployment target to iOS 14 and aligned releases.
  • Added overload that can generate a collection of values at once.
    @Random(in: -5 ... 5, count: 10) var numbers: [Int]