package mutaml

  1. Overview
  2. Docs
A mutation tester for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.tar.gz
md5=bc941deaf1296d728b863bd3f60aa519
sha512=b9eaaf7310e5b8b779d91d641380fc519a741526fc2a9a66188b47c79b672501714deca0548fbe137ee02c6457a78a47405e435697520eef62fdd5bfbcdc0ee8

doc/src/mutaml_ppx/RS.ml.html

Source file RS.ml

1
2
3
4
5
6
(** A minimal RNG interface  *)
include Random4.State

let make_random_seed () = Random4.State.(bits (make_self_init ()))
let init seed = Random4.State.make [|seed|]
let int rs bound = int rs (bound+1)
OCaml

Innovation. Community. Security.