add random attribute to user props
Allows easier random sampling
This commit is contained in:
@ -124,6 +124,7 @@ var users = dbObservable
|
||||
user[provider + 'id'] = user[provider];
|
||||
user[provider] = null;
|
||||
});
|
||||
user.rand = Math.random();
|
||||
|
||||
return user;
|
||||
})
|
||||
|
Reference in New Issue
Block a user