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

Feature: SmallRng instead of StdRng #4263

Closed
sundy-li opened this issue Feb 27, 2022 · 1 comment · Fixed by #4278
Closed

Feature: SmallRng instead of StdRng #4263

sundy-li opened this issue Feb 27, 2022 · 1 comment · Fixed by #4278
Assignees
Labels
C-feature Category: feature C-improvement Category: improvement community-take good first issue Category: good first issue

Comments

@sundy-li
Copy link
Member

Summary

Description for this feature.

https://docs.rs/rand/0.5.4/rand/rngs/struct.SmallRng.html

An RNG recommended when small state, cheap initialization and good performance are required

@sundy-li sundy-li added C-feature Category: feature C-improvement Category: improvement good first issue Category: good first issue labels Feb 27, 2022
@sundy-li sundy-li changed the title Feature: SmallRng instead StdRng Feature: SmallRng instead of StdRng Feb 27, 2022
@PsiACE
Copy link
Member

PsiACE commented Feb 27, 2022

/assignme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature C-improvement Category: improvement community-take good first issue Category: good first issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants