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 extensibility feature for longer periods? #1

Open
listx opened this issue Nov 19, 2014 · 1 comment
Open

add extensibility feature for longer periods? #1

listx opened this issue Nov 19, 2014 · 1 comment

Comments

@listx
Copy link

listx commented Nov 19, 2014

I noticed that the CPP version (line 1617 in pcg_random.hpp) of this library has extended generation schemes allowing arbitrary periods (section 7.1 in the paper). Could we add this to this C version as well?

@imneme
Copy link
Owner

imneme commented Nov 19, 2014

You can get almost the same effect by just ganging together several generators (with distinct streams) as shown in the example code.

But, if someone wants to port the extended generation scheme from C++ to C (probably better to start from scratch than try to remove the C++-isms in the code), I'd certainly be open to merging their changes.

GerHobbelt pushed a commit to GerHobbelt/pcg-c that referenced this issue Jan 16, 2022
Update entropy.c to remove warning.
GerHobbelt pushed a commit to GerHobbelt/pcg-c that referenced this issue Jan 16, 2022
Merge PRs from selectiveintellect/pcg-c
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