Difference between revisions of "83Plus:RAM:9649"
From WikiTI
(+see also seed1) |
|||
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:9640|seed1]]. |
Latest revision as of 19:42, 4 August 2005
Synopsis
Official Name: seed2
Memory Address: 9649h
Length: 9 bytes.
This area of memory stores the second 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 seed1.