|
| Network.AdHoc.MessageID | | Maintainer | Stephan Friedrichs, Henning Guenther |
|
|
|
| Description |
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| This is just a String.
|
|
|
| Generate an infinite(!) stream of MessageIDs.
|
|
|
| Simplest possible generator type: counts from 0 upwards. Very insecure.
|
|
|
| Generates a stream of MessageIDs by shuffling a sorted stream couting from 0 upwards ([0..]).
scrambler n g would randomly remove the i-th element (where i is a random number between 0 and n)
from the sorted list and place it at the head of the result list. It deals with the following
elements in the same way.
|
|
|
| Generates a stream of IDs by hashing an up-counting number and a random number with SHA512.
|
|
| Produced by Haddock version 2.6.1 |