products/Sources/formale Sprachen/PVS/while/pvsbin/   (Beweissystem Isabelle Version 2025-1©)  Datei vom 8.10.2014 mit Größe 189 kB image not shown  

Impressum Random.sig   Sprache: unbekannt

 
Spracherkennung für: .sig vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

(*  Title:      Tools/random_word.ML
    Author:     Makarius

Simple generator for pseudo-random numbers, using unboxed word
arithmetic only.  Unprotected concurrency introduces some true
randomness.
*)

signature Random =
sig

  val nextWord : unit -> word

  val nextBool : unit -> bool

  val nextInt : int -> int  (* k -> [0,k) *)

  val nextReal : unit -> real  (* () -> [0,1) *)

end;

[Seitenstruktur0.10Druckenetwas mehr zur Ethik2026-06-10]