ahman24
|
239f7fed5e
|
Implement user-configurable random number stride (#3067)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2025-03-04 17:26:38 -06:00 |
|
Paul Romano
|
1bc2bd8460
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
Paul Romano
|
e0e5936b79
|
Remove separate RNG stream for photons
|
2021-05-03 09:43:09 -05:00 |
|
John Tramm
|
0602ddd8a3
|
refactor seed and seed aray variable names
|
2019-12-05 19:50:31 +00:00 |
|
John Tramm
|
428bab4fd2
|
incorporated code review changes
|
2019-12-05 19:32:12 +00:00 |
|
John Tramm
|
e88f7c830c
|
added back in extern C tag for get_seed() and set_seed() functions that are called from python
|
2019-12-04 17:23:57 +00:00 |
|
John Tramm
|
28edfc5021
|
removed extern C identifiers from random_lcg functions
|
2019-12-04 17:01:35 +00:00 |
|
John Tramm
|
638172e68d
|
refactor of prn() interface and python interface changes
|
2019-12-04 16:35:01 +00:00 |
|
Paul Romano
|
eca3ce33d2
|
Fix pointer placement on uint64_t
|
2019-11-27 07:04:11 -06:00 |
|
John Tramm
|
ecb5f828d2
|
removed some comments. Also attempted to fix the math unit tests that now require direct passing of seeds and stream variables
|
2019-11-22 16:17:46 +00:00 |
|
John Tramm
|
3b985f1976
|
finished debugging. Appears to get the same answer on the pincell. Lets see if it passes tests.
|
2019-11-22 15:13:09 +00:00 |
|
John Tramm
|
674585c8fe
|
changed N_STREAMS to const defined in header rather than random_lcg.cpp
|
2019-11-21 23:28:15 +00:00 |
|
John Tramm
|
0ebfae4ef5
|
added particle based seed initialization. Now for sampling functions to use the new seeds.
|
2019-11-20 22:55:40 +00:00 |
|
John Tramm
|
5c7e7ff13f
|
changed basic prototypes
|
2019-11-20 19:20:03 +00:00 |
|
Paul Romano
|
ccf1ced25e
|
Move openmc_init, initialize_batch, openmc_simulation_finalize to C++
|
2018-10-19 07:41:29 -05:00 |
|
Paul Romano
|
9f0ea52d1a
|
Move headers to include/openmc directory and openmc.h -> openmc/capi.h
|
2018-08-20 14:40:32 -05:00 |
|