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

Split out core functionality of random into new random-core package #157

Open
lehins opened this issue Jan 12, 2024 · 0 comments
Open

Split out core functionality of random into new random-core package #157

lehins opened this issue Jan 12, 2024 · 0 comments

Comments

@lehins
Copy link
Contributor

lehins commented Jan 12, 2024

As it was discussed in #156 (comment) and #156 (comment) we should split out the core functionality of random out into a new random-core package, which would be the direct dependency of QuickCheck, thus allowing for easy testing of boot packages like bytestring without creating circular dependencies.

This would allow us to not only provide Uniform and UniformRange instances for more types from boot libraries, but would allow us to expend the interface to generating random data structures (eg, containers, array, etc.)

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