Toggle navigation
Foreng
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
urand_r64
Function
13 statements
Source File
math_prob.f90
foreng_math_prob
urand_r64
Contents
None
public function urand_r64(min, max) result(x)
Return a uniform random variable [min, max)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
min
, inclusive
real(kind=real64),
intent(in)
::
max
, exclusive
Return Value
real(kind=real64)
Contents
None