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

Integer seeds dont seem to work? #63

Open
TamDenholm opened this issue Mar 29, 2016 · 0 comments
Open

Integer seeds dont seem to work? #63

TamDenholm opened this issue Mar 29, 2016 · 0 comments

Comments

@TamDenholm
Copy link

I was using rand(0, 10000) to generate a seed to work with and began noticing that seeding wasnt working, after some very limited test on only integers as seeds, it seems that some seeds work and some dont when only using integers as seeds. I'm using a results parameter of 20 too.

Testing for me:
http://api.randomuser.me/?seed=252&results=20 - Respects seed
http://api.randomuser.me/?seed=2&results=20 - Does not respect seed
http://api.randomuser.me/?seed=200&results=20 - Respects seed
http://api.randomuser.me/?seed=100&results=20 Does not respect seed

I've no idea what the pattern here is?

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

1 participant