| Test case name | Result |
|---|---|
| Math.random().toString(36).slice(-5) | |
| (+new Date).toString(36).slice(-5) | |
| btoa(Math.random()).slice(0, 5) | |
| btoa(+new Date).slice(-7, -2) | |
| btoa(+new Date).substr(-7, 5) |
This benchmark does not have any results yet. Be the first one to run it!