to_random_generator -> random_generator

This commit is contained in:
gingerBill
2024-06-15 16:24:01 +01:00
parent 1c940e3968
commit e41ad2bf16

View File

@@ -61,7 +61,7 @@ rand_bytes :: proc (dst: []byte) {
}
to_random_generator :: proc() -> runtime.Random_Generator {
random_generator :: proc() -> runtime.Random_Generator {
return {
procedure = proc(data: rawptr, mode: runtime.Random_Generator_Mode, p: []byte) {
switch mode {