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

4x4 scramble generation takes a long time #5

Open
GhostShadow0316 opened this issue Dec 4, 2023 · 2 comments
Open

4x4 scramble generation takes a long time #5

GhostShadow0316 opened this issue Dec 4, 2023 · 2 comments

Comments

@GhostShadow0316
Copy link

Code_QlbV77KYAA

other scrambler I tested generates less than 1s
but only 4x4 takes over 3s
any ways to fix it?

@Mankifg
Copy link

Mankifg commented Aug 29, 2024

i think that for 3x3 and 4x4 it its random state generator and for higher is random move scramble
RSG - random state generator is generating random valid state, solving it, and reversing alg
and random move are just random moves, i think this is used for bigger NxN cubes because you are more likely to get with scrambled end state.
please correct me if i am wrong

@GhostShadow0316
Copy link
Author

GhostShadow0316 commented Oct 23, 2024

I understood that
but how can I use RMS for 4x4 or make the RSG faster?

also this is so old I almost forgot this thing exists

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

No branches or pull requests

2 participants