diff --git a/src/std_lib/random.rs b/src/std_lib/random.rs index 80df98bf12..ca5f0454a0 100644 --- a/src/std_lib/random.rs +++ b/src/std_lib/random.rs @@ -45,7 +45,7 @@ fn xor_shift_new(seed: &[u8]) -> RuntimeResult { seed, ))) } else { - RuntimeResult::Panic("Expected xorshift seed to have 4 elements".to_string()) + RuntimeResult::Panic("Expected xorshift seed to have 16 elements".to_string()) } }