amark / mongous

Simple MongoDB driver for Node.js with jQuery like syntax.
MIT License
246 stars 30 forks source link

Update mongous.prototype.id function #22

Closed acsaga closed 12 years ago

acsaga commented 12 years ago

simply use Math.round(Math.random() * 80000) for the id generator.