Skip to content

Fix player spawn distribution bias#1890

Open
Rainyan wants to merge 1 commit intoNeotokyoRebuild:masterfrom
Rainyan:bug/uniform-spawns
Open

Fix player spawn distribution bias#1890
Rainyan wants to merge 1 commit intoNeotokyoRebuild:masterfrom
Rainyan:bug/uniform-spawns

Conversation

@Rainyan
Copy link
Copy Markdown
Collaborator

@Rainyan Rainyan commented Mar 26, 2026

Description

Instead of random stride of 5 spawns, use a per-round shuffle of the spawns to make them uniformly distributed.

This should fix cases of strange repeating patterns in the spawn point frequency.

Toolchain

  • Windows MSVC VS2022

Linked Issues

Instead of random stride of 5 spawns, use a per-round shuffle of
the spawns to make them uniformly distributed. This should fix cases of
strange repeating patterns in the spawn point frequency.
@Rainyan Rainyan force-pushed the bug/uniform-spawns branch from 1cf6e19 to afda677 Compare March 26, 2026 13:27
@Rainyan Rainyan changed the title WIP: Fix player spawn distribution bias Fix player spawn distribution bias Mar 26, 2026
@Rainyan Rainyan marked this pull request as ready for review March 26, 2026 13:28
@Rainyan Rainyan requested a review from a team March 26, 2026 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Player spawn points should be uniformly distributed

1 participant