Is it possible to call `isRandom` but specifying the possible values? Something like: ``` FactoryPal.register[Person]() { person => person.age.isRandom(18, 19, 20) } ``` @mgonto