random (unspecified behaviour)

Jorge Adriano jadrian@mat.uc.pt
Fri, 9 Nov 2001 15:52:25 +0000


From the std libraries description:

"randomR takes a range (lo,hi) and a random number generator g, and returns a 
random value uniformly distributed in the closed interval [lo,hi], together 
with a new generator. It is unspecified what happens if lo>hi."

Shouldn't everything be specified?

J.A.