Skip to content

Commit 648bd2a

Browse files
committed
Update c-dependencies/js-compute-runtime/js-compute-builtins.cpp
1 parent 26ccd4c commit 648bd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c-dependencies/js-compute-runtime/js-compute-builtins.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4404,7 +4404,7 @@ bool process_network_io(JSContext *cx) {
44044404
}
44054405

44064406
bool math_random(JSContext *cx, unsigned argc, Value *vp) {
4407-
unt32_t storage;
4407+
uint32_t storage;
44084408
random_get((int32_t)(&storage), sizeof(storage));
44094409
double newvalue = static_cast<double>(storage) / std::pow(2.0, 32.0);
44104410

0 commit comments

Comments
 (0)