-
- Downloads
Merge pull request #82 in G/fastr from...
Merge pull request #82 in G/fastr from ~ADAM.WELC_ORACLE.COM/fastr:feature/running_svm_app to master * commit '88f7bc0c': Removed unnecessary and incorrect (due to parameter length) user RNG seeds assignment. A fix to user RNG. Fixed a javadoc error. Brought back RNG-related changes to the native interface. Temporarily removed RNG-related additions to the native interface. Fixes to native code. Reenabled one of the tests. Regenerated tests. Fixed incorrect import. Temporarily ignore the test. Fixed copyrights. Brought back a Mersenne Twister optimization plus a few cosmetic changes. Removed debug-time comments. Overhaul of the random number generator.
Showing
- com.oracle.truffle.r.native/fficall/src/jni/Random.c 14 additions, 5 deletionscom.oracle.truffle.r.native/fficall/src/jni/Random.c
- com.oracle.truffle.r.native/fficall/src/jni/rfficall.c 0 additions, 2 deletionscom.oracle.truffle.r.native/fficall/src/jni/rfficall.c
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/RNGFunctions.java 5 additions, 21 deletions...com/oracle/truffle/r/nodes/builtin/base/RNGFunctions.java
- com.oracle.truffle.r.runtime.ffi/src/com/oracle/truffle/r/runtime/ffi/jnr/CallRFFIHelper.java 13 additions, 0 deletions.../com/oracle/truffle/r/runtime/ffi/jnr/CallRFFIHelper.java
- com.oracle.truffle.r.runtime.ffi/src/com/oracle/truffle/r/runtime/ffi/jnr/JNR_UserRng.java 1 addition, 1 deletion...src/com/oracle/truffle/r/runtime/ffi/jnr/JNR_UserRng.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/rng/RNGInitAdapter.java 9 additions, 11 deletions.../src/com/oracle/truffle/r/runtime/rng/RNGInitAdapter.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/rng/RRNG.java 186 additions, 87 deletions....r.runtime/src/com/oracle/truffle/r/runtime/rng/RRNG.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/rng/mm/MarsagliaMulticarry.java 22 additions, 13 deletions.../oracle/truffle/r/runtime/rng/mm/MarsagliaMulticarry.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/rng/mt/MersenneTwister.java 51 additions, 164 deletions.../com/oracle/truffle/r/runtime/rng/mt/MersenneTwister.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/rng/user/UserRNG.java 20 additions, 8 deletions...me/src/com/oracle/truffle/r/runtime/rng/user/UserRNG.java
- com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/builtins/TestBuiltin_quit.java 1 addition, 0 deletions.../com/oracle/truffle/r/test/builtins/TestBuiltin_quit.java
- com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/tools/RBuiltinCheck.java 2 additions, 1 deletion...st/src/com/oracle/truffle/r/test/tools/RBuiltinCheck.java
Loading
Please register or sign in to comment