Generate size(this) random integers starting from imin
Interfaced with rngInteger
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=i32), | intent(inout) | :: | this | |||
integer(kind=i32), | intent(in) | :: | imin | |||
integer(kind=i32), | intent(in) | :: | imax |
Interfaced with rngInteger
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=i32), | intent(inout) | :: | this(:) | |||
integer(kind=i32), | intent(in) | :: | imin | |||
integer(kind=i32), | intent(in) | :: | imax |
Interfaced with rngInteger
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=i32), | intent(inout) | :: | this(:,:) | |||
integer(kind=i32), | intent(in) | :: | imin | |||
integer(kind=i32), | intent(in) | :: | imax |
Interfaced with rngInteger
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=i32), | intent(inout) | :: | this(:,:,:) | |||
integer(kind=i32), | intent(in) | :: | imin | |||
integer(kind=i32), | intent(in) | :: | imax |