We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3414237 commit 506e8cfCopy full SHA for 506e8cf
crates/cairo-lang-runner/src/casm_run/mod.rs
@@ -1964,7 +1964,7 @@ pub fn execute_core_hint(
1964
// residue.
1965
let mut rng = rand::rng();
1966
let (random_x, random_y) = loop {
1967
- // Randominzing 31 bytes to make sure is in range.
+ // Randomizing 31 bytes to make sure is in range.
1968
// TODO(orizi): Use `Felt252` random implementation when exists.
1969
let x_bytes: [u8; 31] = rng.random();
1970
let random_x = Felt252::from_bytes_be_slice(&x_bytes);
0 commit comments