rndSeed Derived Type

type, public :: rndSeed

Random seeds object


Inherited by

type~~rndseed~~InheritedByGraph type~rndseed rndSeed type~rndgen rndgen type~rndgen->type~rndseed seed type~rndgenpl rndgenPL type~rndgenpl->type~rndgen

Components

Type Visibility Attributes Name Initial
integer(kind=i8), private :: mseed(4)

Type-Bound Procedures

procedure, public :: saveToFile => saveToFile_rndSeed

  • private subroutine saveToFile_rndSeed(this, und)

    Save the seeds to a file unit

    Arguments

    Type IntentOptional Attributes Name
    class(rndSeed) :: this
    integer, intent(in) :: und

procedure, public :: readFromFile => readFromFile_rndSeed

  • private subroutine readFromFile_rndSeed(this, und)

    Read the seeds from a file unit

    Arguments

    Type IntentOptional Attributes Name
    class(rndSeed) :: this
    integer, intent(in) :: und