Mercurial > urweb
view tests/sequence.ur @ 2104:7755f00a4fc3
Switch to using OpenSSL PRNG for the one remaining rand()
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 12 Jan 2015 12:02:54 -0500 |
parents | e976b187d73a |
children |
line wrap: on
line source
sequence seq fun main () : transaction page = n <- nextval seq; return <html><body> {txt _ n} </body></html>