Creating Mock User Accounts

I want to make a script to generate several test accounts for a Meteor app on a site I’m working with that already has some real accounts made by people on it. Is there a good way to insert mock accounts into a database (i.e… make valid UserIds and set all the other fields)?

I’m currently using accounts-password, acccounts-ui, and useraccounts:core in this app.