package mutaml

  1. Overview
  2. Docs
A mutation tester for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.tar.gz
md5=61addf5724238b477033e654412651eb
sha512=bd9efe0bd5a1098f03adc199f688b265362223bc5509bc1d3255696ba0e5e22f08b66434367e0a15f00e02dd074fd83dc2da094867a80c91ff397ffc07734778

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.