Hi, Fujitsu offers its own implementation of RNG, so I'm wondering if I can use it as a drop-in replacement of the NEST RNG?
Dear Itaru,
there is certainly no drop-in mechanism for RNGs right now. The current librandom of NEST is hand-crafted around the built-in generators and there is no UI-level code to extend or modify it.
That said, we are working on replacing librandom by an interface to C++11-compliant RNG's and distributions, which will make adding new generators/distributions much easier.
In case the Fujitsu RNGs conforms to the C++11 standard, you should probably consider using them only once the new code is in place.
Best regards, Jochen!
On 11.04.19 11:48, Itaru Kitayama wrote:
Hi, Fujitsu offers its own implementation of RNG, so I'm wondering if I can use it as a drop-in replacement of the NEST RNG?
NEST Users mailing list -- users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org
-- Dr. Jochen Martin Eppler Phone: +49(2461)61-96653 ---------------------------------- Simulation Laboratory Neuroscience Jülich Supercomputing Centre Institute for Advanced Simulation
------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt ------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------
Jochen,
Fujitsu SSL is a set of libraries that are implemented in Fortran, C-SSL is a C version. So, if I am not mistaken, there are no C++ implementations yet.
Itaru.
On Mon, Apr 15, 2019 at 10:16 PM Jochen Martin Eppler < j.eppler@fz-juelich.de> wrote:
Dear Itaru,
there is certainly no drop-in mechanism for RNGs right now. The current librandom of NEST is hand-crafted around the built-in generators and there is no UI-level code to extend or modify it.
That said, we are working on replacing librandom by an interface to C++11-compliant RNG's and distributions, which will make adding new generators/distributions much easier.
In case the Fujitsu RNGs conforms to the C++11 standard, you should probably consider using them only once the new code is in place.
Best regards, Jochen!
On 11.04.19 11:48, Itaru Kitayama wrote:
Hi, Fujitsu offers its own implementation of RNG, so I'm wondering if I can use it as a drop-in replacement of the NEST RNG?
NEST Users mailing list -- users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org
-- Dr. Jochen Martin Eppler Phone: +49(2461)61-96653
Simulation Laboratory Neuroscience Jülich Supercomputing Centre Institute for Advanced Simulation
Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt
NEST Users mailing list -- users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org