Board index » cppbuilder » RandG Gaussian random number generator
Jack Alexander
![]() CBuilder Developer |
Jack Alexander
![]() CBuilder Developer |
RandG Gaussian random number generator2004-09-08 09:51:32 AM cppbuilder65 The VCL Help lists some random number routines in the math unit, including a Gaussian random number generator RandG(mean,sd)which I am interested in. However, calling RandG(..) from a program (with all the includes I can think raises an "undefined function" compiler error. I can find no mention of RandG in any file in my CPBuilder folders. I am using C++Builder6 with (I think) all the upgrades. Help!? |
Bruce Salzman
![]() CBuilder Developer |
2004-09-08 10:11:45 AM
Re:RandG Gaussian random number generator
"Jack Alexander" < XXXX@XXXXX.COM >wrote in message
QuoteThe VCL Help lists some random number routines in the math unit, Bruce |
Jack Alexander
![]() CBuilder Developer |
2004-09-08 10:27:40 AM
Re:RandG Gaussian random number generator
Dear Bruce
How embarrasing! I forgot about math.hpp and yes, my proggie now works. Thanks very much. Jack Bruce Salzman wrote: QuoteDid you include <math.hpp>? {smallsort} |