Contents Up << >>

WS_set_internal_seed_size

Function prototype:

void WINAPI WS_set_internal_seed_size(
            WIN32_SEEDER that, 
            unsigned int new_size
)
This function allows to change the internal seed size of the seeder instance, which is represented by the parameter that, to the value given in the parameter new_size. It is possible, but not useful, to set the internal seed size of a seeder to 0. The function does not check if the parameter that is NULL or not.