Alrecenk / JSTimelineSync

A quick and dirty prototype for testing generalized rollback networking.
MIT License
5 stars 1 forks source link

Add built-in pseudo-random number generator #31

Open Alrecenk opened 2 years ago

Alrecenk commented 2 years ago

Any randomness in events has to be deterministic and rollback-able, so it makes sense to have a built in timeline.random() that "just works" without a user having to think about what the timeline is doing underneath.