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

Max output length is 21 #1

Closed
kaustubh285 opened this issue Nov 13, 2023 · 0 comments
Closed

Max output length is 21 #1

kaustubh285 opened this issue Nov 13, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kaustubh285
Copy link
Owner

The generated numeric string may include scientific notation (e+21), especially when attempting to generate longer strings (e.g., 35 characters). This impacts the final string generation based on the number, leading to unexpected results.

Steps to Reproduce:

  1. Instantiate the RandomGenerator class.
  2. Use the generate method with a specified length longer than 21 (e.g., 35)

Observe the output which may have length of less than 35

@kaustubh285 kaustubh285 added the bug Something isn't working label Nov 13, 2023
@kaustubh285 kaustubh285 self-assigned this Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant