google-deepmind / torch-distributions

Probability distributions, wrapped for Torch.
BSD 3-Clause "New" or "Revised" License
61 stars 25 forks source link

Interface distributions' RNG with randomkit #1

Closed jucor closed 9 years ago

jucor commented 11 years ago

So that people don't have to wonder whether they should use torch-randomkit or torch-distributions, take all the distributions from randomkit and create their RNG. That can probably be done automagically.

jucor commented 9 years ago

Update: we discussed last week with @dpfau and @theoweber and are planning to do just that :)