Why does simulation fail when using KiCad's built in demo project?

I opened the project ‘…/kicad/demos/simulation/vi_i_sources’ that is installed with KiCad.
I went to Schematic, then Simulation, and ran the built in .trans simulation.

This is the error I got:

Circuit: KiCad schematic
Error on line 69 :
v9 /vtrrandom 0 min=2 max=100n ts=0 td=1
unknown parameter (min) 
Error: circuit not parsed.
Error: vector time not found!

What does this mean? Is this a bug in the demo simulation?

-AC

My details:
Application: KiCad Schematic Editor x86_64 on x86_64

Version: 8.0.3-8.0.3-0~ubuntu22.04.1, release build

Libraries:
wxWidgets 3.2.1
FreeType 2.11.1
HarfBuzz 2.7.4
FontConfig 2.13.1

Platform: Ubuntu 22.04.4 LTS, 64 bit, Little endian, wxGTK, X11, ubuntu, wayland
OpenGL: AMD, AMD Radeon RX 5700 XT (navi10, LLVM 15.0.7, DRM 3.54, 6.5.0-41-generic), 4.6 (Compatibility Profile) Mesa 23.2.1-1ubuntu3.1~22.04.2

wxWidgets: 3.2.1 (wchar_t,wx containers) GTK+ 3.24
Boost: 1.74.0
OCC: 7.6.3
Curl: 7.81.0
ngspice: 42
Compiler: GCC 11.4.0 with C++ ABI 1016

Answering my own question… yeah, it looks like a bug. Maybe it worked out-of-the-box
in a past version, but I had to edit the Simulation Model for instance ‘v9’. The vtrrandom
takes different parameters now.