Interesting, Safari, by default, [does what we are doing](https://github.com/WebKit/WebKit/blob/5f6735698b05b4a27d5aa99781b3ac40ebec8035/Source/WebCore/page/NavigatorBase.cpp#L183-L206). And as an added privacy, they do `1 + max(random, 63)` based on privacy settings
Bug 1984333 Comment 8 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Interesting, Safari, by default, [does what we are doing](https://github.com/WebKit/WebKit/blob/5f6735698b05b4a27d5aa99781b3ac40ebec8035/Source/WebCore/page/NavigatorBase.cpp#L183-L206). And as an added privacy, they do `1 + random(min: 0, max: 63)` based on privacy settings