index
:
SyncRNG
master
Generate the same random numbers in R and Python
deploy
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run_tests.sh
blob: 4c7c5da20c91066acca802c1c5b3036e595d5fd8 (
plain
)
1
2
3
#!/bin/bash
paste <
(
python test.py
)
<
(
Rscript test.R
)