* true random generator
  http://random.irb.hr/
* Implement macros (e.g., in a preference file .rollrc) to define
  common rolls
  
  mace = 1D8+3 
  $ roll mace
  $ roll mace + 5
  
  stat = 3D6
  $ roll stat

* Localization: see 
  http://www-src.lip6.fr/homepages/Alexandre.Duret-Lutz/autotools.html
