SysRandom(x) generate an integer random number between 0 & sysRandomMax (a const number define in some header) you can change the seed value of the random engine (change x)
shay "James" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I'm reading through the API documentation and it seems pretty covoluted > to generated a Random Number. > For some reason I think this should be easier than described. > > The API documentation said something about it returning a number between > 0 and (some paramter) that is platform dependant. I'm working on a PC. > Does it return a number between 0 and 1? > > If anyone has a code snippet, that would be great. > > Thanks! > -James > > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
