This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
Use RAFT's RngState on APIs, DeviceState within kernels, and use specialized distributions for generating numbers #23
Labels
feature request
New feature or request
raft::random::RngState
instead of the direct values for seed etc.RngState.advance
accordingly so that they can be invoked several times without the user having to re-seed correctly (this is not trivial !)DeviceState
constructed fromRngState
in their signatures<GeneratorClass>(device_state, subsequence)
constructors instead of directseed
/subsequence
constructors which are for advanced usage in RAFTidx < M
may be==N
which would lead to undefined behavior. Maybe this should beidx < N
instead.The text was updated successfully, but these errors were encountered: