AC
- Confirm that IDs generated by the Metrics Platform client should be UUIDs
- The Android app's Event Platform client generates 20-character hex strings: https://github.com/wikimedia/apps-android-wikipedia/blob/65bf40da3f79823e4419cd3df[…]va/org/wikipedia/analytics/eventplatform/EventPlatformClient.kt
- [Maybe] Copy the algorithm above into the library to generate pageview/session IDs
- A unit test is added to test the distribution of pageview/session IDs generated by the algorithm (see note 1 below)