इस टूल में कोई समस्या है?
«पाठ पंक्तियों को यादृच्छिक रूप से शफ़ल करें ऑनलाइन» के बारे में
यह टूल किसी टेक्स्ट में लाइनों के क्रम को यादृच्छिक रूप से शफल करता है। अपनी सूची पेस्ट करें, और टूल उन्हीं लाइनों को पूरी तरह से यादृच्छिक क्रम में लौटाता है।
प्रतिभागियों को यादृच्छिक क्रम सौंपते समय, क्विज़ के लिए यादृच्छिक प्रश्न सूचियाँ बनाते समय उपयोगी।
प्रत्येक शफल स्वतंत्र है — एक ही इनपुट पर टूल को फिर से चलाने से एक अलग क्रम मिलेगा।
इस टूल का उपयोग कैसे करें
How to shuffle text lines randomly
Paste your list
Put one item per line into the Text field. Empty lines are kept and shuffle along with the rest.
Know the randomness
Each run uses a cryptographically random Fisher-Yates shuffle (Node randomInt). There is no seed input — two runs of the same input usually return different orders.
Press Run
The output contains the exact same lines as the input in a new random order. No lines are added, dropped, or modified.
Re-roll if needed
Press Run again to draw a fresh ordering. For team picks or raffles, commit to the first draw to avoid biasing the result.