External files, improve page generation
This commit is contained in:
7
CHDataManagement/Extensions/Int+Random.swift
Normal file
7
CHDataManagement/Extensions/Int+Random.swift
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
extension Int {
|
||||
|
||||
static func random() -> Int {
|
||||
random(in: Int.min...Int.max)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user