Line Shuffle Tool

ច្របល់បញ្ជីដែលបាន paste តាមបន្ទាត់ សម្រាប់ការចាប់ឆ្នោត លំដាប់ការងារ កន្លែងអង្គុយ និងការហ្វឹកហាត់។

អាចប្រើ seed ស្រេចចិត្តដើម្បីបង្កើតលទ្ធផលដដែលឡើងវិញ។

ដំណើរការក្នុង browser របស់អ្នក

របៀបប្រើ

  1. Paste បញ្ជីរបស់អ្នកទៅក្នុងប្រអប់ខាងឆ្វេង (មួយបន្ទាត់ = មួយធាតុ)។
  2. កែ seed និងការដោះស្រាយបន្ទាត់ទទេ ប្រសិនបើត្រូវការ។
  3. ចុច Shuffle បន្ទាប់មកចម្លង ឬរក្សាទុកលទ្ធផល។

Example (input -> output)

Basic example

Input

Alice
Bob
Carol
Dave

Basic example

Output (example)

Carol
Alice
Dave
Bob

With the same input and seed, the output order is reproducible.

សំណួរញឹកញាប់

តើអាចទទួលបានលទ្ធផលដូចគ្នារាល់ដងបានទេ?

បាន។ ប្រើ seed ស្រេចចិត្ត។ Input ដូចគ្នា + seed ដូចគ្នា = លំដាប់ដូចគ្នា។

តើបន្ទាត់ទទេត្រូវបានលុបទេ?

អាចកំណត់បាន។ បើ Exclude blank lines បើក បន្ទាត់ទទេនឹងមិនរាប់បញ្ចូល។ បើបិទ បន្ទាត់ទទេនឹងត្រូវបានច្របល់ជាធាតុផងដែរ។

តើអាចរក្សាបន្ទាត់ដំបូងជាហេដឌ័របានទេ?

បាន។ បើក Keep first line fixed ដើម្បីច្របល់ចាប់ពីបន្ទាត់ទី 2 ទៅ។

តើទិន្នន័យរបស់ខ្ញុំត្រូវបានផ្ញើទៅ server ទេ?

មិនទេ។ ការដំណើរការធ្វើឡើងក្នុង browser ហើយអត្ថបទ input មិនត្រូវបានផ្ញើទៅ server ទេ។

Is my data sent to a server?

No. Processing is done in your browser and input text is not sent to a server.

Is this fair enough for a draw?

Without a seed, each run produces a random order. If you need strict explainability, keep records of the original list, options, and seed handling.

Related tools

Notes

  • Over 50,000 lines may take longer depending on device performance.
  • When a seed is set, reproducibility is prioritized and the same conditions return the same order.
  • Only options are stored locally. Input text is not stored.

Privacy and disclaimer

This tool runs locally in your browser. Use results at your own discretion. If you need to prove procedural fairness, record the original list, run conditions, and seed handling.