Details
-
New JIRA Project
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.
- Hui