Put the fields from BZ_RAND_DECLS in a RandState struct
The BZ_RAND_* macros nicely encapsulate the concept of a randomization table with state; let's turn that into an actual type.
Loading
Please register or sign in to comment
The BZ_RAND_* macros nicely encapsulate the concept of a randomization table with state; let's turn that into an actual type.