Previous Topic

Next Topic

Book Contents

Book Index

Retrieving Random Data

Really Random Numbers offers several ways for programmers to retrieve random data:

  1. Random data can be written to the RANDOM.DAT data file, which can be removed and used.
  2. The COM interface allows Visual Basic, VBA, VBScript, and other COM developers fast programmatic access to random data.

In This Chapter

Reading Data from the Random Data File

Using the COM Interface