Seed class. More...
Public Member Functions | |
seed (const label s) | |
Construct from a label. More... | |
seed (const word &s) | |
Construct from a word. More... | |
Friends | |
class | randomGenerator |
Allow randomGenerator to access the seed value. More... | |
Seed class.
Definition at line 74 of file randomGenerator.H.
Construct from a label.
Definition at line 140 of file randomGeneratorI.H.
Construct from a word.
Definition at line 146 of file randomGeneratorI.H.
|
friend |
Allow randomGenerator to access the seed value.
Definition at line 91 of file randomGenerator.H.