diff --git a/source/includes/fact-ObjectId-construct.rst b/source/includes/fact-ObjectId-construct.rst index 6aea30714a0..9f6abc15072 100644 --- a/source/includes/fact-ObjectId-construct.rst +++ b/source/includes/fact-ObjectId-construct.rst @@ -1,7 +1,8 @@ - a 4-byte *timestamp value*, representing the ObjectId's creation, measured in seconds since the Unix epoch -- a 5-byte *random value* +- a 5-byte *random value* generated once per process. This random value + is unique to the machine and process. - a 3-byte *incrementing counter*, initialized to a random value