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

As Math.random always returns a number lower than 1, the return value… #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

per-oestergaard
Copy link

… should be multiplied with the max value wanted plus 1.
If not the full range of values are not returned making the random values 1/256th less random.
Fell free to correct me, if I am wrong.

… should be multiplied with the max value wanted plus 1.
@daviddahl
Copy link

Math.random does not provide sufficient entropy to be considered in cryptographic systems. It should not be used as it will result in weak cryptography.

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

Successfully merging this pull request may close these issues.

2 participants