Should raylib provide a way to retrieve system entropy for seeding the random number generator? #5440
Closed
OetkenPurveyorOfCode
started this conversation in
Features
Replies: 2 comments 2 replies
-
|
That's an interesting idea. I'm uncertain whether "entropy" is the correct term. The implementation is going to have to be platform-specific though. Do you have thoughts about that? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@OetkenPurveyorOfCode I think at that level of requirement, a user should just use their own random mechanism. raylib tries to be simple, it's already exposing more than most users require. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was thinking of an API like:
So people could use it like so:
Beta Was this translation helpful? Give feedback.
All reactions