David Glasser
|
516f4dfaf7
|
Move Meteor.uuid to past package. Add Random.hexString.
|
2013-02-13 00:42:05 -08:00 |
|
David Glasser
|
b3d1fe4112
|
move objectid generation back into objectid class
|
2013-02-13 00:10:26 -08:00 |
|
David Glasser
|
9b486b3c9b
|
Meteor.random -> Random.fraction
add Random.choice
|
2013-02-13 00:08:50 -08:00 |
|
David Glasser
|
d2ae5f7e1c
|
Replace almost all uses of Meteor.uuid with Random.id.
|
2013-02-12 23:55:19 -08:00 |
|
David Glasser
|
ed36db211d
|
Use Random.id() in Spark.
We couldn't use Meteor.uuid() because it contained '-' but Random.id() is fine.
|
2013-02-12 23:51:34 -08:00 |
|
David Glasser
|
e95bcb870c
|
Get rid of duplicate random code inside minimongo.
Temporarily move the objectid-specific function into random.js.
|
2013-02-12 23:49:43 -08:00 |
|
David Glasser
|
eb14cfceeb
|
Rename Meteor.id() -> Random.id()
|
2013-02-12 23:44:04 -08:00 |
|
David Glasser
|
fdb1773d4a
|
Rename uuid package to random. No further changes.
|
2013-02-12 23:38:22 -08:00 |
|