HiIAmTzeKean / Streamsight

NTU FYP Project
https://hiiamtzekean.github.io/Streamsight/
1 stars 1 forks source link

Make register algo uuid unseeded #78

Closed suenalaba closed 3 weeks ago

suenalaba commented 3 weeks ago

Presently, the UUID generated for algo is seeded, multiple runs will all generate the same UUID. It should be random.

HiIAmTzeKean commented 3 weeks ago

merge rejected, i will allow the builder class to take in a seed param which can be specified by the programmer on the evaluating side. the seed is to allow for testability and reproducibility