Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ ResetRandomSeed
Function
ResetRandomSeed
Src/Base/AMReX_Random.cpp:224–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
void ResetRandomSeed (ULong cpu_seed, ULong gpu_seed)
225
{
226
InitRandom(cpu_seed, ParallelDescriptor::NProcs(), gpu_seed);
227
}
228
229
void
230
DeallocateRandomSeedDevArray ()
Callers
1
main
Function · 0.85
Calls
2
InitRandom
Function · 0.85
NProcs
Function · 0.70
Tested by
no test coverage detected