Hi, All The olio document says doTagSearch operation chooses a tag name using a negative exponential distribution to use more commonly used tags. I guess the most related code should be public static String randomEvent(Random r, StringBuilder eventListPage). However, in the code it uses random.(0, size) to pick up the event. Could anyone confirm that the tagsearch is using a negative exponential distribution? Thanks.
Hao
