Draft order generator

Last updated: 25 August 2026

Optional NBA-style weights: add x2 or x3 after a name. Weighted mode uses those odds for remaining slots without replacement.

Draft order

    A draft order generator assigns every manager, player, or team a unique pick slot instead of drawing one raffle winner and stopping. Paste the league, optionally turn on NBA-style weights so worse records (or whoever you mark) have a better chance at pick one, then generate the full order. Copy, print, or share the finished list. This is not live scoring, not ESPN, and not a sealed server lottery. Slots use crypto.getRandomValues in the browser. Names stay in localStorage on your device until you clear them.

    Why a draft order generator is not a raffle

    Fantasy football, startup leagues, and school sports drafts need a full order: first pick through last pick, one unique slot per name. A raffle picker answers a different question — one winner, maybe remove their tickets, then stop. List shuffle answers yet another: speaking order or a queue with no weighted lottery. This draft order generator exists so a commissioner can paste the league once and print slots the group can see. Optional NBA-style weights change the odds of the next remaining slot, then draw without replacement so nobody appears twice. We do not keep score, lock results on a server, or sell league hosting. If you only need a random queue with equal odds and no “pick 1” lottery story, use list shuffle. If you still need a club name for the side, the team name generator builds adjective plus mascot, not a person name.

    How to generate the order

    Paste one name per line in the league names box. To weight a manager, write Blair x3 (or another integer) on that line. Read the hint under the box: weighted mode uses those odds for remaining slots without replacement. Check use NBA-style weights if you want that lottery; leave it off for an equal shuffle of unique slots. Press generate draft order. The numbered list appears under draft order. Press copy order to put the text on the clipboard, or print for the draft table. You need at least two names or the page will ask you to add more. The list is stored in localStorage so a refresh does not wipe the league. Share a result URL if the group is remote; that encoding is convenience, not a sealed envelope.

    How unique slots are drawn

    Equal mode shuffles the names with crypto.getRandomValues and writes each name once from slot 1 to the end. Weighted mode treats x2 or x3 as extra lottery balls for that name, draws the next slot, then removes that name so they cannot occupy two slots. Odds therefore change after each pick, which is the usual without-replacement lottery story, not independent raffle draws. The page will not invent ESPN draft grades or live NFL results. Nothing is sent to TheOwlBay to “lock” the order. If you need a speaking queue rather than pick slots, list shuffle is the honest sibling. We do not claim the integers are true random; they are cryptographically strong values from the browser. Clear site data if you want the league names gone from this device.

    Who should use this draft tool

    Commissioners running a fantasy draft, PE teachers assigning pick order, and friends splitting a board-game startup can all paste names here. NBA-style weights help when a group agreed that last year’s last-place side deserves more balls in the lottery, without building a spreadsheet. It is not for picking a single raffle prize — use the weighted raffle picker for that. It is not for pairing people into games; that is the pair generator or a tournament bracket. NFL Draft weekend can reuse this same URL; we will not ship a second slug for April. Print the order, put it next to the clock, and if the room needs a countdown use the classroom timer. TheOwlBay does not host your league or process buy-ins.

    FAQ

    How is this different from the raffle picker?

    Raffle picks one winner. This draft order generator gives every name a unique slot, optionally with NBA-style weights and no replacement.

    What does a weight like Blair x3 do?

    In weighted mode that name has three balls for the next remaining slot. After they are drawn they cannot appear again.

    Do I need at least two names?

    Yes. The panel asks you to add more if the list is too short. One name is not a draft.

    Is the order locked on a server?

    No. Generation uses crypto.getRandomValues in this browser. Copy, print, or share; there is no TheOwlBay account.

    Should I use list shuffle instead?

    Use list shuffle for a fair queue with no lottery weights. Use this page when you need pick slots, including a weighted first pick.