diff --git a/Reports/2023/#268-2023.11.20.md b/Reports/2023/#268-2023.11.20.md index 59139ece5..7ed789091 100644 --- a/Reports/2023/#268-2023.11.20.md +++ b/Reports/2023/#268-2023.11.20.md @@ -15,7 +15,9 @@ ## 新手推荐 -> 收集一些对新手友好且质量不错的文章 +### [Generating Random Numbers Elegantly in Swift ](https://www.swiftjectivec.com/swift-randomnumbergenerator/) + +[@zoeGuo](https://github.com/zoeGuo):文章介绍了在 Swift 中使用 RandomNumberGenerator 实现产生随机数的方式。写法优雅,可以产生自己任意范围的随机数,线程安全,还会根据 Swift 运行的平台来决定实现随机数的 api。 ## 文章