]> git.sur5r.net Git - cc65/commitdiff
Added hint random number generator hint.
authorOliver Schmidt <ol.sc@web.de>
Sat, 8 Sep 2018 21:59:39 +0000 (23:59 +0200)
committerOliver Schmidt <ol.sc@web.de>
Sat, 8 Sep 2018 21:59:39 +0000 (23:59 +0200)
doc/apple2.sgml
doc/apple2enh.sgml

index eef0eed3d58262010d67c5d81656513312393052..405f2ccbd23699b636d3c494c0ff1b98f0789155 100644 (file)
@@ -455,7 +455,7 @@ BASIC.SYSTEM) there are some limitations for DOS 3.3:
 
 <descrip>
 
-  <tag>Disk File I/O</tag>
+  <tag>Disk file I/O</tag>
   There's no disk file I/O support. Any attempt to use it yields an error with
   <tt/errno/ set to <tt/ENOSYS/. This implicitly means that loadable drivers
   are in general not functional as they depend on disk file I/O. Therefore the statically
@@ -480,6 +480,18 @@ BASIC.SYSTEM) there are some limitations for DOS 3.3:
 </descrip><p>
 
 
+<sect1>Random number generator<p>
+
+<descrip>
+
+  <tag/Random number seed/
+  The random number seed is generated from the time the program waits for user input.
+  Therefore it is necessary to wait for at least one user keypress either via Standard
+  I/O or via Direct console I/O before initializing the pseudo random number generator.
+
+</descrip><p>
+
+
 
 <sect>Other hints<p>
 
index b40523aba55ffef94be7e66851bbf0c267574456..501abde61bb6120a6cdd05587f6b4cbf8d19e9ab 100644 (file)
@@ -456,7 +456,7 @@ BASIC.SYSTEM) there are some limitations for DOS 3.3:
 
 <descrip>
 
-  <tag>Disk File I/O</tag>
+  <tag>Disk file I/O</tag>
   There's no disk file I/O support. Any attempt to use it yields an error with
   <tt/errno/ set to <tt/ENOSYS/. This implicitly means that loadable drivers
   are in general not functional as they depend on disk file I/O. Therefore the statically
@@ -481,6 +481,18 @@ BASIC.SYSTEM) there are some limitations for DOS 3.3:
 </descrip><p>
 
 
+<sect1>Random number generator<p>
+
+<descrip>
+
+  <tag/Random number seed/
+  The random number seed is generated from the time the program waits for user input.
+  Therefore it is necessary to wait for at least one user keypress either via Standard
+  I/O or via Direct console I/O before initializing the pseudo random number generator.
+
+</descrip><p>
+
+
 
 <sect>Other hints<p>