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, 6 Jul 2015 05:45:45 +0000 (22:45 -0700)
commit6fe66bcadbd9b5f788ddb52047b152d5103878ef
treeeef0c94ce3cc54cc0796a16e218e3584285af28c
parente9614f122c34045d3f20b9aef56a40c956414429
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