From decc9a900cb97194d1b8565d6c6fd0c4e2179662 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 29 Sep 2017 15:48:03 +0530 Subject: [PATCH] docs: s/random/pseudorandom/ --- docs/howitworks.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/howitworks.rst b/docs/howitworks.rst index 5d0a3c84..523de279 100644 --- a/docs/howitworks.rst +++ b/docs/howitworks.rst @@ -274,9 +274,9 @@ Masters listen on the following handles: Replies to any message sent to it with a newly allocated unique context ID, to allow children to safely start their own contexts. In future this is - likely to be replaced by 32-bit context IDs and random allocation, with an - improved ``ADD_ROUTE`` message sent upstream rather than downstream that - generates NACKs if any ancestor already knows the ID. + likely to be replaced by 32-bit context IDs and pseudorandom allocation, + with an improved ``ADD_ROUTE`` message sent upstream rather than downstream + that generates NACKs if any ancestor detects an ID collision. Children listen on the following handles: