roamanalytics / mittens

A fast implementation of GloVe, with optional retrofitting
Apache License 2.0
243 stars 32 forks source link

Make mittens deterministic #24

Open groceryheist opened 1 year ago

groceryheist commented 1 year ago

I have not changed any interface functions and the change should be backwards compatible. A user can set the seed either by assigning a random number generator to the global variable random or assigning a seed to the global variable seed.