Skip to content

Commit

Permalink
Runtime: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Nov 19, 2024
1 parent 63f9d75 commit 493c064
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions runtime/js/prng.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
//Requires: caml_int64_of_string
//Requires: caml_string_of_jsstring
//Version: >= 5
var caml_lxm_M = caml_int64_of_string(caml_string_of_jsstring("0xd1342543de82ef95"));
var caml_lxm_M = caml_int64_of_string(
caml_string_of_jsstring("0xd1342543de82ef95"),
);

//Provides: caml_lxm_daba
//Requires: caml_int64_of_string
//Requires: caml_string_of_jsstring
//Version: >= 5
var caml_lxm_daba = caml_int64_of_string(caml_string_of_jsstring("0xdaba0b6eb09322e3"));
var caml_lxm_daba = caml_int64_of_string(
caml_string_of_jsstring("0xdaba0b6eb09322e3"),
);

//Provides: caml_lxm_next
//Requires: caml_int64_shift_left
Expand Down

0 comments on commit 493c064

Please sign in to comment.