av_lfg_get

Get the next random unsigned 32-bit number using an ALFG.

Please also consider a simple LCG like state= state*1664525+1013904223, it may be good enough and faster for your specific use case.

extern (C) @nogc nothrow
uint
av_lfg_get
()

Meta