package owl-base

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

Source file owl_base_stats_prng.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
# 1 "src/base/stats/owl_base_stats_prng.ml"
(*
 * OWL - OCaml Scientific and Engineering Computing
 * Copyright (c) 2016-2020 Liang Wang <liang.wang@cl.cam.ac.uk>
 *)

let init seed = Random.init seed

let self_init () = Random.self_init ()

let get_state = Random.get_state

let set_state = Random.set_state
OCaml

Innovation. Community. Security.