WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: robb/AtRandom

0.0.3: Read Fix

11 Mar 08:44

Choose a tag to compare

  • Fixes an issue where reading $foo.seed outside of View.body threw a warning. Instead, nil is used to refer to the default seed.

0.0.2: Legacy OS support

09 Mar 10:53

Choose a tag to compare

  • 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]

0.0.1: Surprise & Delight

08 Mar 12:24

Choose a tag to compare

Initial release.