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 bigInt function to Number module #940

Open
cieslarmichal opened this issue Oct 3, 2024 · 1 comment · May be fixed by #949
Open

add bigInt function to Number module #940

cieslarmichal opened this issue Oct 3, 2024 · 1 comment · May be fixed by #949
Labels
good first issue Good for newcomers
Milestone

Comments

@cieslarmichal
Copy link
Owner

like https://fakerjs.dev/api/number.html#bigint

@cieslarmichal cieslarmichal added the good first issue Good for newcomers label Oct 3, 2024
@cieslarmichal cieslarmichal added this to the v4.0.0 milestone Oct 3, 2024
@Daniel-Grounin
Copy link

Hey, I’ve added the bigInt function to the Number module.
The function generates random BigInt values between a specified range and supports optional min and max values.
I’ve also added the corresponding unit tests and verified that they all pass successfully.

you can check the pull request here.

please review and let me know if anything needs to be changed :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
2 participants