--- Andre Tampubolon wrote:I'm using MinGW 3.1.0.1
> Compiled using Borland C++ 5.6.4 and it works
> well. But when I compile it using MingW GCC, it
> only prints "expect 5 numbers within the interval
> [0,1)" and not the 5 random numbers.
>
> Why ?
Are you using an old version of MinGW? The program
works correctly when compiled with GCC 3.4.2 (MinGW).
Cromwell D. Enage