~ ~ ~ PURPOSE ~ ~ ~ this function generates a random number from a triangular distribution given X axis points at start, end, and peak Y value
~ ~ ~ SUBROUTINES/FUNCTIONS CALLED ~ ~ ~ Intrinsic: Sqrt SWAT: Aunif
~ ~ ~ ~ ~ ~ END SPECIFICATIONS ~ ~ ~ ~ ~ ~
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in) | :: | at1 | |||
real, | intent(in) | :: | at2 | |||
real, | intent(in) | :: | at3 | |||
integer, | intent(inout) | :: | at4i |