| pegor |
Posted - 03/01/2005 : 12:18:04 PM Origin Version (Select Help-->About Origin): 7.5 SR4 Operating System:win xp
Hi all, Im trying to generate random numbers with poisson statistics. im trying this:
#include <origin.h>
void test()
{ col(1) = poisson(1, 2,2); }
but its not working, im getting a message thats says:Error, function or variable poisson not found. what shall i do?
Thank you, Best regards, Pegor |