issues
search
google-deepmind
/
torch-randomkit
Provides and wraps the Randomkit library, copied from Numpy.
BSD 3-Clause "New" or "Revised" License
34
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Lua 5.3 unable to convert cdata to string
#66
Strasser-Pablo
opened
8 years ago
0
Unable to build on macOS 10.12, Xcode 8.0
#65
YurongYou
opened
8 years ago
0
Trigger TravisCI
#64
jblespiau
closed
8 years ago
2
Cannot found randomkit.multinomial
#63
lifelongeek
closed
8 years ago
1
Added .travis.yml, moved rocks files, and removed a torchffi dependency.
#62
fastturtle
closed
9 years ago
2
Added a .travis.yml file, removed a torchffi dependency, and moved .rockspec files to their own folder.
#61
fastturtle
closed
9 years ago
0
Adjust setRNGState so that it updates the pointer to the main Torch generator.
#60
d11
closed
9 years ago
0
Fixed doc for randint
#59
srsriram
closed
9 years ago
0
Fixed incorrect installation instructions.
#58
akfidjeland
closed
9 years ago
0
README has incorrect command for installing randomkit
#57
ndronen
closed
9 years ago
0
Generate documentation in markdown format
#56
tmramalho
closed
9 years ago
2
Overhaul documentation generation
#55
tmramalho
closed
9 years ago
1
Requires torch import before randomkit import
#54
alexbw
opened
9 years ago
1
Fix documentation
#53
jucor
closed
9 years ago
0
Missing doc entry for randomkit.double
#52
dominikgrewe
opened
9 years ago
0
Fix test with serial dependency.
#51
jagapiou
closed
9 years ago
6
Fix problems with absolute value function.
#50
IoannisAntonoglou
closed
9 years ago
0
Remove torchffi import
#49
fidlej
opened
10 years ago
0
Topic rng
#48
jameskirkpatrick
closed
10 years ago
5
Torch rng threadsafety
#47
jameskirkpatrick
closed
10 years ago
0
Add tests showing failures with random functions using a generator in torch
#46
jameskirkpatrick
closed
10 years ago
0
change wrapC to conform with new torch ffi
#45
alvinlschua
closed
10 years ago
1
removing reliance on a global table
#44
soumith
closed
10 years ago
5
Used a local var for fun_cdef.
#43
fidlej
closed
10 years ago
1
Avoided a warning about reading an undefined var.
#42
fidlej
closed
10 years ago
1
Not compiling
#41
DaniloRezende
closed
10 years ago
4
Can read 32bit random int from /dev/random
#40
jameskirkpatrick
closed
10 years ago
1
Stay up-to-date on torch's thread-safization
#39
jucor
opened
10 years ago
3
Override math.random[seed]()
#38
jucor
opened
10 years ago
0
Add value tests for all distributions
#37
jucor
closed
11 years ago
5
Fix the CSS problem with the menu overlapping
#36
jucor
closed
11 years ago
0
Tests do not pass with new torch distribution
#35
jucor
closed
11 years ago
1
Fix a problem of stream when requiring twice
#34
jucor
closed
11 years ago
0
Extract torch-distributions out of torch-randomkit
#33
jucor
closed
11 years ago
1
Avoid multiple state when required multiple times
#32
jucor
closed
11 years ago
1
Add some documentation describing the unit tests
#31
d11
closed
11 years ago
0
Add documentation for the chi-squared testing functions
#30
d11
closed
11 years ago
0
Discuss cloning policy
#29
jucor
closed
11 years ago
3
Update tests for multivariateGaussianRand
#28
d11
closed
11 years ago
2
Serialize test properly
#27
jucor
closed
11 years ago
1
Require disambiguation for Gaussian(DxD, DxD)
#26
jucor
closed
11 years ago
1
Return a RNG state that can be saved to file
#25
jucor
closed
11 years ago
0
Some randkit generators missing docs?
#24
d11
opened
11 years ago
4
Finish writing tests for all types of calls to multivariateGaussian
#23
jucor
closed
11 years ago
1
Extract CDF/PDF to own torch-distributions package
#22
jucor
closed
11 years ago
1
Extend torch.manualSeed(), getRNGState(), and setRNGState()
#21
jucor
closed
11 years ago
0
Pass multivariateGaussianRand tests
#20
jucor
closed
11 years ago
2
Support marginals with 0 variance in multivariate Gaussian
#19
jucor
closed
11 years ago
3
Uniformize cauchyRand() and standard_cauchy()
#18
jucor
closed
11 years ago
2
Document chi2 test
#17
jucor
closed
11 years ago
2
Next