Difference between revisions of "83Plus:RAM:9640"
From WikiTI
(+see also seed2) |
|||
Line 11: | Line 11: | ||
== Comments == | == Comments == | ||
This memory area can be initialized by a call to to [[83Plus:BCALLs:4B7F|RandInit]]. It is also changed when the N->rand syntax is used on the homescreen (or in BASIC programs). | This memory area can be initialized by a call to to [[83Plus:BCALLs:4B7F|RandInit]]. It is also changed when the N->rand syntax is used on the homescreen (or in BASIC programs). | ||
+ | |||
+ | See also [[83Plus:RAM:9649|seed2]]. |
Latest revision as of 19:42, 4 August 2005
Synopsis
Official Name: seed1
Memory Address: 9640h
Length: 9 bytes.
This area of memory stores the first seed of the random number generator.
Comments
This memory area can be initialized by a call to to RandInit. It is also changed when the N->rand syntax is used on the homescreen (or in BASIC programs).
See also seed2.