Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UniformRandomPartialPerm #935

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

james-d-mitchell
Copy link
Collaborator

@james-d-mitchell james-d-mitchell commented Jun 25, 2023

This PR adds an operation UniformRandomPartialPerm that returns a partial perm acting on n points uniformly at random. On the down side this is slower than RandomPartialPerm but on the up side the distribution is uniform.

This requires documentation and test.

Joint work with @le27 and Alex Levine.

@james-d-mitchell james-d-mitchell added the new-feature A label for PRs that contain new features label Jun 25, 2023
@james-d-mitchell james-d-mitchell marked this pull request as draft August 9, 2023 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature A label for PRs that contain new features
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

1 participant