Property ALGaussGen.TALGaussGen.Seed

From Mitov Wiki Doc
Revision as of 00:23, 22 November 2011 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TALGaussGen

Contents

Syntax

Delphi:

property Seed : Cardinal read FSeed write SetSeed default 31192;

C++ Builder:

__property unsigned int Seed = { read=FSeed, write=SetSeed, default=31192 };

Summary

Initial seed value for the pseudo-random number generation.

Description

Use this property to specify the initial seed value used by the pseudo-random number generation algorithm.


Delphi example:

ALGaussGen1.Seed := 2000;

C++ Builder example:

ALGaussGen1->Seed = 2000;

Visual C++(MFC/Win32) example:

ALGaussGen1.Seed = 2000;

C# example:

gaussGen1.Seed = 2000;

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox