Add Reset mode

This commit is contained in:
gingerBill
2024-06-15 15:17:23 +01:00
parent eaec8a2bbf
commit 318d5e4a7e
4 changed files with 39 additions and 13 deletions
+2
View File
@@ -400,6 +400,7 @@ Logger :: struct {
Random_Generator_Mode :: enum {
Read,
Reset,
Query_Info,
}
@@ -407,6 +408,7 @@ Random_Generator_Query_Info_Flag :: enum u32 {
Cryptographic,
Uniform,
External_Entropy,
Resettable,
}
Random_Generator_Query_Info :: distinct bit_set[Random_Generator_Query_Info_Flag; u32]