Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Random123 instead of Isaac64, ACG and MLCG #2674

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
1 change: 0 additions & 1 deletion cmake/NeuronFileLists.cmake
Expand Up @@ -10,7 +10,6 @@ set(STRUCTURED_HEADER_FILES_TO_INSTALL
neuron/model_data_fwd.hpp)
set(HEADER_FILES_TO_INSTALL
gnu/mcran4.h
gnu/nrnisaac.h
gnu/nrnran123.h
nrniv/backtrace_utils.h
nrniv/bbsavestate.h
Expand Down
292 changes: 0 additions & 292 deletions src/gnu/ACG.cpp

This file was deleted.

68 changes: 0 additions & 68 deletions src/gnu/ACG.h

This file was deleted.

6 changes: 1 addition & 5 deletions src/gnu/CMakeLists.txt
@@ -1,20 +1,16 @@
add_library(
nrngnu STATIC
ACG.cpp
Binomial.cpp
DiscUnif.cpp
Erlang.cpp
Geom.cpp
HypGeom.cpp
isaac64.cpp
Isaac64RNG.cpp
LogNorm.cpp
MCellRan4RNG.cpp
mcran4.cpp
MLCG.cpp
NegExp.cpp
Normal.cpp
nrnisaac.cpp
NrnRandom123RNG.cpp
nrnran123.cpp
Poisson.cpp
Rand.cpp
Expand Down