Ubuntu – How do I generate Psuedo-random numbers in pact. Why does now() or rand() violate PACT's core principles?
When writing a bar dice game on PACT for a tutorial, I needed to roll a series of dice in rapid succession. After noticing no RAND() capability or NOW() capability I was stuck because my .repl and .pact files were…