-
Notifications
You must be signed in to change notification settings - Fork 52
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
Question: Reproduce, Random and Time #123
Comments
For 1. you've got the rng and epoch setup correctly, but unfortunately we aren't tied tightly into tokio yet for For 2. we haven't built IO yet, but that is something we'd like to include: #15 |
Thx, I found |
See: https://docs.rs/tokio/latest/tokio/runtime/struct.Builder.html#method.start_paused |
Good ! |
I read the
examples
andtests
code in turmoil but still have some puzzle:BTW, I thought it was
Sim::epoch()
to do this, but I got different result by every run in code below:The text was updated successfully, but these errors were encountered: