diff options
Diffstat (limited to 'src/modules/flow')
| -rw-r--r-- | src/modules/flow/flow.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/modules/flow/flow.c b/src/modules/flow/flow.c index 86632a0..d667e09 100644 --- a/src/modules/flow/flow.c +++ b/src/modules/flow/flow.c @@ -19,6 +19,9 @@  /* TODO:   * - improve the second pass's element rejection efficiency, a spatial data structure   *   could probably help here. + * + * - rand_element() is called in parallel in the first pass when elements are rebooted, + *   but a single shared seed is being used.  This should be made a per-cpu seed.   */  #define FLOW_DEFAULT_SIZE	"8" | 
