this.number = Math.random() * 1000;
return Math.max(250, Math.min(750, this.number));
return Math.abs(this.number % 750)
FAQ: FAQ
Source code: GitHub/MeasureThat.net
Report issues: MeasureThat.net/Issues
Based on: Benchmark.js
Facebook page: https://www.facebook.com/MeasureThat.Net
Python benchmarks support: Pyodide