Remove without-interrupts from runtime/random.scm.
authorMatt Birkholz <puck@birchwood-abbey.net>
Fri, 19 Jun 2015 17:51:15 +0000 (10:51 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Mon, 17 Aug 2015 23:52:59 +0000 (16:52 -0700)
commit1e7144a124ebf6c4feb6ce5cf53e3054e33ba3e8
treeda3abb4c0291f47cb95e21ff46abf279af37ec0d
parent060a46076fcdb21b0d25b1e18ef16aaf8211c732
Remove without-interrupts from runtime/random.scm.

Use a mutex to serialize access to the default random state.  Serial
access to other random states is still the responsibility of the user.
src/runtime/random.scm