lferry007 / LargeVis

Apache License 2.0
706 stars 167 forks source link

Option to specify random seed #35

Open andybrnr opened 6 years ago

andybrnr commented 6 years ago

Would be nice for repeatability to have the option to set the random seed as a parameter at runtime. I've looked through the code base, but got a little confused with tracking all the different spots the RNG gets called, and I'm not sure where it should be initialized. Thoughts?