[futurebasic] Random Number LIB

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : October 1998 : Group Archive : Group : All Groups

From: Mel and Carol Patrick <mel@...>
Date: Thu, 29 Oct 1998 09:50:33 -0800
There seems to be a lot of LIBs available, and this one may be of use to
FBers that work with Random Numbers. How you shoe horn it into FB I don't
know or even if it can be.

So for the ones in the know, are these libs useful or merely encouragment
to seek a new language?

Mel
----------
URandomLib is a random-number library (source code) optimized specifically
for Macintosh computers. It is written as a C++ class with a single static
global object but can be used with C modules as well without modification.
The source is a combination of C++ and assembly, with conditional
compilation blocks for a PowerMac or 68K computer in order to compile the
correct assembly code automatically.

http://www.geocities.com/~mikemclaughlin/software/URandomLib.html
----------