package radamsa

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file radamsa.ml

1
2
3
4
5
6
7
8
9
external c__init : unit -> unit = "caml__init"
external c__radamsa : string -> int -> string = "caml__radamsa"

let radamsa ?seed:(seed=0) input =
  c__radamsa input seed

let () = 
  c__init ();
  Random.self_init ()
OCaml

Innovation. Community. Security.