monte-carlo.asy: Use epsdice package for the dice
authorW. Trevor King <wking@tremily.us>
Wed, 22 May 2013 00:09:05 +0000 (20:09 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 22 May 2013 00:09:05 +0000 (20:09 -0400)
In the thesis, this is imported at globally, but for stand-alone
Asymptote graphics we need this local import.

media/src/asy/monte-carlo.asy

index e3de5980a9e11bc61f9419c93c4261403f09e70d..2b41844cec0faf8f0077132c5691a1878448786e 100644 (file)
@@ -1,5 +1,7 @@
 // A die roll decides which of two doors to enter.
 
+usepackage("epsdice");
+
 //import unicode;
 //from three access rotate;