diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2016-09-22 13:06:45 -0700 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2016-09-22 13:06:45 -0700 |
commit | 9dc5d6cb772c8c3d128a80bdb49d81f16ff675b1 (patch) | |
tree | d895724d57d374ab94833b928cbe93a32fddf2c9 | |
parent | b129931d42e399b5539675c940511e819d893273 (diff) | |
download | ohai-9dc5d6cb772c8c3d128a80bdb49d81f16ff675b1.tar.gz |
I should remember maths :)
-rw-r--r-- | DOC_CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index 4027552c..88661702 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -10,7 +10,7 @@ Description of the required change. ## Shard Seed Plugin -The new `shard_seed` attribute provides a normally distributed integer ID value +The new `shard_seed` attribute provides a uniformly distributed integer ID value to all nodes. This value will be between 0 and 4294967295 (0xFFFFFFFF), based on a consistent hash of one or more pieces of node data. A consistent hash means that a node with the same source inputs will always result in the same |