OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_randomseedsget Interface Reference

Gets the random seeds for OpenCMISS. More...

Private Member Functions

subroutine cmfe_randomseedsget0 (randomSeed, err)
 Returns the random seeds for OpenCMISS. More...
 
subroutine cmfe_randomseedsget1 (randomSeeds, err)
 Returns the random seeds for OpenCMISS. More...
 

Detailed Description

Gets the random seeds for OpenCMISS.

Definition at line 1005 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_randomseedsget::cmfe_randomseedsget0 ( integer(intg), intent(out)  randomSeed,
integer(intg), intent(out)  err 
)
private

Returns the random seeds for OpenCMISS.

Parameters
[out]randomseedOn return, the random seed.
[out]errThe error code.

Definition at line 13288 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_randomseedsget::cmfe_randomseedsget1 ( integer(intg), dimension(:), intent(out)  randomSeeds,
integer(intg), intent(out)  err 
)
private

Returns the random seeds for OpenCMISS.

Parameters
[out]randomseedsOn return, the random seeds.
[out]errThe error code.

Definition at line 13315 of file opencmiss_iron.f90.