| Crates.io | tick-id |
| lib.rs | tick-id |
| version | 0.0.9 |
| created_at | 2024-01-24 22:44:04.587996+00 |
| updated_at | 2024-10-10 08:14:49.647291+00 |
| description | Tick ID for deterministic simulations |
| homepage | |
| repository | https://github.com/piot/tick-id-rs |
| max_upload_size | |
| id | 1113050 |
| size | 8,949 |
Session unique Tick ID that specifies a specific tick in a deterministic simulation.
A tick represents any positive integer time period, excluding zero, with typical durations being 16 ms or 32 ms.
TickId is represented as a u32. With each tick equivalent to 16 ms, the maximum duration is approximately 68,719,476 seconds, which translates to about 2.18 years.
“2.18 years should be enough for everyone!”
[dependencies]
tick-id = "0.0.8"