Hi,
I have an algorithm that wants to generate lots of random gamma and poissons in parrallel, I think my understanding of the code is correct but wanted to ask:
If I download the Net4.0 binaries from this site, create a mersennetwister class and pass in the threadsafe boolean, than the RNG will be robustly made as a ThreadSafe Mersenne twister, and I can pass this around as needed. Does this seem correct? (that is no obvious problems lurking?).
Thanks for any help,
N
I have an algorithm that wants to generate lots of random gamma and poissons in parrallel, I think my understanding of the code is correct but wanted to ask:
If I download the Net4.0 binaries from this site, create a mersennetwister class and pass in the threadsafe boolean, than the RNG will be robustly made as a ThreadSafe Mersenne twister, and I can pass this around as needed. Does this seem correct? (that is no obvious problems lurking?).
Thanks for any help,
N