How do I open a number in the RNGdle sandbox?
Add ?n= followed by digits to the page URL. The sandbox reads that value in your browser and fills the number field.
rngdle sandbox
Use the RNGdle sandbox to prefill a number, make local random samples, and compare two digit patterns without sending data to a server.
Enter a number to see its digit pattern breakdown.
INDEPENDENT PATTERN SCORE
—This pattern score is separate from official EP. It does not predict badges, rarity, or odds.
LOCAL SIDE-BY-SIDE
Compare digit patterns using the same independent score. These results are not official EP or rankings.
Edit a number, generate a random sample, or compare two values side by side. The sandbox shows digit properties and an independent pattern score for each input.
You can link directly to an input by adding a query value, such as ?n=142857. When someone opens the link, their browser reads the digits and fills the sandbox field. It does not send that value to a site database. Comparison creates an address such as ?a=142857&b=123456 after the user submits both values.
Practice as often as you like. Sandbox numbers do not use your daily roll, earn official EP, or change your badge collection.
Type a whole number between 0 and 1,000,000, or use the Random button for an in-browser sample. The generator uses the browser’s cryptographic random source when available and maps its result into the inclusive range. A browser without that API uses its built-in pseudorandom fallback. Neither path contacts an RNGdle server.
The RNGdle Lab analyzer measures digit sum, unique digits, palindromes, adjacent steps, and odd/even balance. Read the RNGdle formula guide for the five weights and worked examples.
The comparison form applies the same calculation to two values and displays their digit sum, unique-digit count, palindrome status, longest step run, parity split, and total index. Use the contributions to see why the totals differ. It is not an official answer or a game probability.
Inputs remain in browser memory until you leave the page. Submitting a comparison updates the URL so you can copy it. You can remove the query string at any time to clear the shareable values.
| Control | What it does | What it does not do |
|---|---|---|
| Number field | Accepts a whole number in the published official range. | It does not submit a roll to the game. |
| Random | Creates a local sample in the same numeric range. | It does not reproduce an official daily seed. |
| Compare patterns | Shows two inputs side by side under the site's rule set. | It does not compare leaderboard results or official EP. |
| Query link | Prefills a value using ?n= , or keeps a comparison in ?a= and ?b= . | It does not create a public server-side profile. |
Both inputs accept values from 0 through 1,000,000. Leading zeros are preserved, so 0012 is analyzed as four digits.
/sandbox?n=142857 to share a single input, then explain that its score is independent.When two numbers receive different totals, inspect the contribution list to see why. A total can hide tradeoffs: one value may earn more points for unique digits while another earns more from an adjacent run. The formula does not collapse those features into a statement about which number is “better.”
Add ?n= followed by digits to the page URL. The sandbox reads that value in your browser and fills the number field.
No. Random samples are generated in your browser and are not the official daily result, do not award official badges, and do not affect a leaderboard.
Yes. Enter two values in the comparison form to see their independent pattern scores and digit properties side by side.
No. The current page does not upload or save entered numbers. A comparison link is placed in the address bar only after you submit it.