![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shamalgs/details/random/random.hpp"#include "shamalgs/memory.hpp"#include "shamalgs/primitives/mock_vector.hpp"
Include dependency graph for random.cpp:Go to the source code of this file.
Namespaces | |
| namespace | shamalgs |
| namespace to contain everything implemented by shamalgs | |
| namespace | shamalgs::random |
| namespace to contain utility related to random number generation in shamalgs | |
Functions | |
| template<class T > | |
| sycl::buffer< T > | shamalgs::random::mock_buffer (u64 seed, u32 len, T min_bound, T max_bound) |
| template<class T > | |
| sham::DeviceBuffer< T > | shamalgs::random::mock_buffer_usm (const sham::DeviceScheduler_ptr &sched, u64 seed, u32 len, T min_bound, T max_bound) |
Definition in file random.cpp.