Improve Gambit REPL (toolbar is semi transparent and the alpha can be set with set...
[gambit-c.git] / doc / gambcini.scm
bloba3b2dffd6495aef51704756157f54956649c7ef4
1 ;; For documentation make sure the same random numbers are generated.
3 (random-source-state-set!
4  default-random-source
5  (random-source-state-ref (make-random-source)))
7 (random-source-pseudo-randomize! default-random-source 31 15)