dselivanov / rmongodb

R driver for MongoDB
53 stars 26 forks source link

Fix rand() and srand() usage in libmongo #69

Open dselivanov opened 9 years ago

dselivanov commented 9 years ago

replace rand() and srand() in src/libmongo/bson.c by correct R version.