We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Generate a random percentage between 0 and 1.
If optional param repetitions not given then iterate infinitely.
repetitions
function *percentage(repetitions?: number): Iterable<number>
PHP implementation example
Needs to be implemented:
random.percentage()
random.percentageAsync()
Stream.percentage()
AsyncStream.percentage()
The text was updated successfully, but these errors were encountered:
Hi @Smoren, I would like to try this one. Can you assign this issue to me?
Sorry, something went wrong.
Hi @Manya7547! Done :)
Hi @Smoren, I’ve submitted PR #83—let me know if you have any feedback or suggestions!
Manya7547
No branches or pull requests
Generate a random percentage between 0 and 1.
If optional param
repetitions
not given then iterate infinitely.PHP implementation example
Needs to be implemented:
random.percentage()
random.percentageAsync()
Stream.percentage()
AsyncStream.percentage()
The text was updated successfully, but these errors were encountered: