TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Nov 2016 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✓ |
Maintained by Nikolai Vazquez.
Depends on: | |
RandomKit | ~> 2.3.0 |
BigInt | ~> 2.1.1 |
RandomKitBigInt allows for random generation of arbitrary-precision integers in Swift. This is a set of extensions to BigInt that provide functionality of RandomKit.
The Swift Package Manager is a decentralized dependency manager for Swift.
Add the project to your Package.swift
.
import PackageDescription
let package = Package(
name: "MyAwesomeProject",
dependencies: [
.Package(url: "https://github.com/nvzqz/RandomKitBigInt.git",
majorVersion: 1)
]
)
Import the RandomKitBigInt module.
import RandomKitBigInt
RandomKit is released under the MIT License.