ENH: Updated pdfPlot utility

This commit is contained in:
andy
2010-10-20 16:07:11 +01:00
parent f52a56489c
commit ef974adf6b

View File

@ -20,7 +20,7 @@
const fileName pdfPath = runTime.path()/"pdf";
mkDir(pdfPath);
Random rndGen(label(0));
cachedRandom rndGen(label(0), -1);
autoPtr<pdfs::pdf> p(pdfs::pdf::New(pdfDictionary, rndGen));