Switch to side-by-side view

--- a/RandomLib.def
+++ b/RandomLib.def
@@ -30,6 +30,9 @@
           (*----------------------------------------------------------------*)
           (* Initialisiert Random neu mit Systemzeit oder selbstgenerierten *)
           (* Zufallszahlen.                                                 *)
+          (*                                                                *)
+          (* Initializes Random with values form the system clock. If that  *)
+          (* is not possible a fixed seed is used                           *)
           (*----------------------------------------------------------------*)
 
 PROCEDURE RanMarInit(ij,kl : CARDINAL);
@@ -114,6 +117,8 @@
 
           (*----------------------------------------------------------------*)
           (* Initialisiert den Zufallszahlengenerator Zufall().             *)
+          (*                                                                *)
+          (* Initializes Zufall with the original seed                      *)
           (*----------------------------------------------------------------*)
 
 PROCEDURE InitZufallSysT;