erand48 windows equivalent

  • Thread starter Thread starter jsestrad
  • Start date Start date
J

jsestrad

Guest
Hi! I am porting code from a Solaris platform to Windows Visual Studios 2010. I found that erand48 does not exist as a part of Windows Visual 2010. Is there a functional equivalent for Windows, or is my best bet to rewrite the function? I found that it returns non-negative double-precision floating-point values uniformly distributed between [0.0,1.0). If I have to rewrite it, are those correct assumptions?

Thank you!

Continue reading...
 
Back
Top