Module comfy_wgpu::random
source · Structs
- Implementation of Fisher-Yates algorithm. This is modified version of https://github.com/adambudziak/shuffle/blob/master/src/fy.rs
Traits
Functions
- returns a pseudo-random number in the range of 0 to u32::MAX.
- Seeds the pseudo-random number generator used by rand() with the value seed.