public interface rand
Generate a uniformly distributed random integers
Module Procedures
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
n |
|
Return Value
real(kind=real64), (n)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
sz1 |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
sz2 |
|
Return Value
real(kind=real64), (sz1,sz2)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
sz1 |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
sz2 |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
sz3 |
|
Return Value
real(kind=real64), (sz1,sz2,sz3)