Skip to content

Commit

Permalink
perf: detail in core
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Mar 7, 2024
1 parent 682c4fd commit 4534b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/rand_bytes.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* generate random IDs *)
let rand_ = Random.State.make_self_init ()

let[@inline] ( let@ ) f x = f x
let ( let@ ) = ( @@ )

let default_rand_bytes_8 () : bytes =
let@ () = Lock.with_lock in
Expand Down

0 comments on commit 4534b78

Please sign in to comment.