[MLton-commit] r5725
    Vesa Karvonen 
    vesak at mlton.org
       
    Wed Jul  4 02:56:15 PDT 2007
    
    
  
Allow to make a seed from a Word.t.
----------------------------------------------------------------------
U   mltonlib/trunk/com/ssh/random/unstable/public/rng.sig
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/random/unstable/public/rng.sig
===================================================================
--- mltonlib/trunk/com/ssh/random/unstable/public/rng.sig	2007-07-04 09:24:07 UTC (rev 5724)
+++ mltonlib/trunk/com/ssh/random/unstable/public/rng.sig	2007-07-04 09:56:15 UTC (rev 5725)
@@ -14,6 +14,9 @@
    structure Seed : sig
       type t
       (** The type of RNG seed. *)
+
+      val fromWord : Word.t -> t
+      (** Creates a seed from a given word. *)
    end
 
    val make : Seed.t -> t
    
    
More information about the MLton-commit
mailing list