We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f9d75 commit 493c064Copy full SHA for 493c064
runtime/js/prng.js
@@ -2,13 +2,17 @@
2
//Requires: caml_int64_of_string
3
//Requires: caml_string_of_jsstring
4
//Version: >= 5
5
-var caml_lxm_M = caml_int64_of_string(caml_string_of_jsstring("0xd1342543de82ef95"));
+var caml_lxm_M = caml_int64_of_string(
6
+ caml_string_of_jsstring("0xd1342543de82ef95"),
7
+);
8
9
//Provides: caml_lxm_daba
10
11
12
-var caml_lxm_daba = caml_int64_of_string(caml_string_of_jsstring("0xdaba0b6eb09322e3"));
13
+var caml_lxm_daba = caml_int64_of_string(
14
+ caml_string_of_jsstring("0xdaba0b6eb09322e3"),
15
16
17
//Provides: caml_lxm_next
18
//Requires: caml_int64_shift_left
0 commit comments