Skip to content

Commit

Permalink
rename cs to buf in fortuna
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Mar 6, 2024
1 parent 3004f1c commit 4664b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rng/fortuna.ml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ let add ~g (source, _) ~pool data =
*)
let accumulate ~g source =
let pool = ref 0 in
`Acc (fun cs ->
add ~g source ~pool:!pool cs ;
`Acc (fun buf ->
add ~g source ~pool:!pool buf ;
incr pool)

0 comments on commit 4664b90

Please sign in to comment.