VBRandom 1.0.0× 测试已测试✗ 语言语言 Obj-CObjective C许可证 MIT 发布最新发布2015年9月由 Valeriy Bezuglyy 维护。安装指南×VBRandom 的安装指南您希望将类似以下的内容添加到 Podfile 中:target 'MyApp' do pod 'VBRandom', '~> 1.0' end然后在您的终端内运行 pod install,或者在 CocoaPods.app 中运行。或者为了测试运行,运行以下命令:pod try VBRandom查看 PodspecGitHub 仓库CocoaPods.org 上的页面VBRandom 1.0.0作者:Valeriy Bezuglyyvalnoc/VBRandomGitHub 仓库 VBRandom 是一个伪随机数生成器。使用 VBRandom 可以简化随机数创建的代码。 它使用 arc4random() 函数。 支持特性 random NSUInteger random NSInteger random double random BOOL 许可证 VBRandom 在 MIT 许可证下可用。有关更多信息,请参阅 LICENSE 文件。