different Random in VB.NEt and Delphi

dezreena

Member
Joined
Mar 29, 2007
Messages
20
Programming Experience
Beginner
hello guys,
i would like to ask quick question :


What is the different between Rnd() in VB.NET and in Delphi?

i have read in Delphi that Random function :
0<= x< 1 (without range)
0<=x< range


but i dont have any idea how Random function in VB.NET working.
Can anybody help me , plz? thank you.
 
Don't use Rnd() function in VB.Net, use the Random class.
 
Back
Top