Module Kappa_data_structures.Random_tree
val total : tree -> floatval add : int -> float -> tree -> unitval random : Stdlib.Random.State.t -> tree -> int * floatval find : int -> tree -> floatval is_infinite : int -> tree -> boolval debug_print : Stdlib.Format.formatter -> tree -> unit