diff --git a/LLama/Common/ModelParams.cs b/LLama/Common/ModelParams.cs
index 998d4ec4a..eb97a0111 100644
--- a/LLama/Common/ModelParams.cs
+++ b/LLama/Common/ModelParams.cs
@@ -28,7 +28,7 @@ public record ModelParams
///
/// Seed for the random number generator (seed)
///
- public uint Seed { get; set; } = 1686349486;
+ public uint Seed { get; set; } = 0xFFFFFFFF;
///
/// Use f16 instead of f32 for memory kv (memory_f16)
///