2019.11.30: This project has been deprecated since the Swift Standard Library now has precisely the functionality that this library provides.
WTBoolExtensions adds a method to generate uniformly-distributed pseudo-random boolean values:
public static var random: Bool { get }
WTBoolExtensions adds 1 extension, fully tested by 1 test with 100% coverage.
Changes to WTBoolExtensions are listed here.
WTBoolExtensions is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "WTBoolExtensions"
Wagner Truppel, [email protected]
WTBoolExtensions is available under the MIT license. See the LICENSE file for more info.