Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Namespaces | Functions
random.cpp File Reference
#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)
 

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file random.cpp.