1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(** @canonical Bitgen.Chacha *)
module Chacha = Bitgen__Chacha
(** @canonical Bitgen.Common *)
module Common = Bitgen__Common
(** @canonical Bitgen.Pcg *)
module Pcg = Bitgen__Pcg
(** @canonical Bitgen.Philox *)
module Philox = Bitgen__Philox
(** @canonical Bitgen.Seed *)
module Seed = Bitgen__Seed
(** @canonical Bitgen.Sfc *)
module Sfc = Bitgen__Sfc
(** @canonical Bitgen.Xoshiro *)
module Xoshiro = Bitgen__Xoshiro
module Bitgen__ = struct end
[@@deprecated "this module is shadowed"]