package randii

  1. Overview
  2. Docs

Source file utop_init.ml

1
2
3
4
5
6
7
module R = Cbrn.Threefry.Gen_4_64

let key = [| "0";"0";"0";"0" |] |> R.of_string_array
let ctr = [| "1";"0";"0";"0" |] |> R.of_string_array

let r = R.rand
let u = R.uniform ~upper:10
OCaml

Innovation. Community. Security.