rand_meth_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

add
ExternC!(void function(const(void)* buf, int num, double entropy)) add;
Undocumented in source.
bytes
ExternC!(int function(ubyte* buf, int num)) bytes;
Undocumented in source.
cleanup
ExternC!(void function()) cleanup;
Undocumented in source.
pseudorand
ExternC!(int function(ubyte* buf, int num)) pseudorand;
Undocumented in source.
seed
ExternC!(void function(const(void)* buf, int num)) seed;
Undocumented in source.
status
ExternC!(int function()) status;
Undocumented in source.

Meta