Gets the name of the file in which CAmosSeedManager keeps a history of random number seeds returned by NextSeed. The file may be examined in a text editor, although the history of seed values is more easily viewed by clicking Tools→Seed Manager on the Amos Graphics menu, or by opening the Windows Start menu and searching for .
Syntax
result = object.PersistFile ()
The PersistFile method syntax has the following parts:
Part |
Description |
result |
The name of the file that contains the history of random number seeds. |
object |
An object of type CAmosSeedManager. |