RandomConfig
public class RandomConfig
A configuration object for random-swift.
-
Enables public init of new config object.
Declaration
Swift
public init() -
Enables
Random.wordin release builds. Default is false.Note
The total memory footprint of the word dictionary is ~3mb, so be sure you want to enable the extra overhead for release builds.Declaration
Swift
public var enableWordsForRelease: Bool { get set }
RandomConfig Class Reference