![Twitter Follow][twitter]
A shady game master approaches...
Hey there! You look like you would enjoy a good game of chance.
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/
| import org.scalatest._ | |
| import prop._ | |
| import org.scalacheck.Arbitrary._ | |
| import org.scalacheck.Gen | |
| /** | |
| * Solutions to the ScalaCheck problem that shrinking failing values may generate | |
| * invalid values, because the constraints of the generator are not respected. | |
| * | |
| * See also http://stackoverflow.com/questions/20037900/scalacheck-wont-properly-report-the-failing-case |