Mail Archives: djgpp/1997/08/29/14:17:52
Shane Crowe wrote:
>
> Our GNU C compiler setup for Unix has support for drand48 and
> srand48 functions. The 48 is for 48-bit math. Does this exist
> for djgpp? If so, where? This would make porting stuff over to
> DOS easier.
Not AFAIK, since djgpp has 32 bit and 64 bit integers and no 48 bit
integers this would be not very useful. Maybe look at the implementation
of rand and write your own one. Is it really that important the rand
function are 48 bit?
Bye,
--
+----------------+
| Vik Heyndrickx |
+----------------+
- Raw text -