package kappa-library

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Kappa_data_structures.Random_treeSource

Sourcetype tree
Sourceval create : int -> tree
Sourceval total : tree -> float
Sourceval copy : tree -> tree
Sourceval copy_in : tree -> tree -> tree
Sourceval add : int -> float -> tree -> unit
Sourceval random : Random.State.t -> tree -> int * float
Sourceval find : int -> tree -> float
Sourceval is_infinite : int -> tree -> bool
Sourceval debug_print : Format.formatter -> tree -> unit
OCaml

Innovation. Community. Security.