Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | synthesistester | |
Tool | imagerpositiontest |
Get the seed for the random number generator
Synopsis
get_seed()
Description
Get the seed for the random number generator. Using this seed
by invoking set_seed allows one to repeat the trial just run.
Returns
Integer used to seed the random number generator
Example
- include 'imagerpositiontest.g';
- ipt := imagerpositiontest();
- ipt.dotests();
- seed := ipt.get_seed();
- seed;
997469885
Next: imagerpositiontest.get_source_box - Function
Up: imagerpositiontest - Tool
Previous: imagerpositiontest.get_rms - Function
  Contents
  Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc.,
Washington, D.C.
Return to AIPS++ Home Page
2006-10-15