OpenCMISS-Iron Internal API Documentation
base_routines::randomseedsget Interface Reference

Private Member Functions

subroutine random_seeds_get (RANDOM_SEEDS, ERR, ERROR,)
 Returns the random seeds for CMISS. More...
 

Detailed Description

Definition at line 259 of file base_routines.f90.

Member Function/Subroutine Documentation

subroutine base_routines::randomseedsget::random_seeds_get ( integer(intg), dimension(:), intent(out)  RANDOM_SEEDS,
integer(intg), intent(inout)  ERR,
type(varying_string), intent(inout)  ERROR 
)
private

Returns the random seeds for CMISS.

See also
OPENCMISS::CMISSRandomSeedsGet
Parameters
[out]random_seedsOn return, the random seeds.
[in,out]errThe error string
[in,out]errorThe error code

Definition at line 1116 of file base_routines.f90.