rbaumbach/Capsule

Add wrapper for Int.random(in: 0...5)

Opened this issue · 0 comments

I need a way to stub out the random number generator. For ex:

let randomNumber = Int.random(in: 0...5)