Framework random numeber generation

  • Thread starter Thread starter Crirus
  • Start date Start date
C

Crirus

I have a small aplication that use rnd function in Framwork 1.1.
The problem is that on my work ad home pc work as espected, another work
station is ok too, but on one specific is messed up.
Looks like I got much bigger random number there...I couldnt test in debug
thyet but I'm wander if there can be any problem regarding that
 
Crirus said:
I have a small aplication that use rnd function in Framwork 1.1.
The problem is that on my work ad home pc work as espected, another
work station is ok too, but on one specific is messed up.
Looks like I got much bigger random number there...I couldnt test in
debug thyet but I'm wander if there can be any problem regarding
that

Which problem do you have? What means "messed up"?
 
I mean, the random generator doesnt act like on the other machines...the
result is as I set a very large number every time...
I need a random between 0 and 1. On the PCs where is ok, if I set numbers
bigger than 1, I got the result as on that PC
 
Back
Top