Ur/Web Examples
Artifact [bbde88dfad]
Not logged in

Artifact bbde88dfada8ad26f1649edc48df27eddf198d06:


val rand : unit -> transaction int
(* Generates a random number, without a seed  *)

val srand : unit -> transaction unit
(* Initiates an effect that updates the random seed *)

val prand : unit -> transaction int
(* Generates a pseudo-random number, based on the newest seed *)