Set initial seed of module-level mt19937_type instance
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | seed |
subroutine sgrnd(seed)
implicit none
integer, intent(in) :: seed
call module_mt19937%set_seed(seed)
end subroutine sgrnd