-
-
Notifications
You must be signed in to change notification settings - Fork 40
Set SEED in JoSim #110
Description
Hello Johannes,
First of all, thank you for your work on the JoSim simulator—it is extremely valuable to the superconducting circuits community.
I would like to report a potential issue related to random number generation. I am trying to change the seed used for randomness. According to the documentation, this should be possible using the command
.option seed=4190754512324517577.
However, it appears that the .option command is not recognized, as JoSim returns the following message indicating that the OPTION control is not known and suggesting to consult the syntax guide for available controls.
Additionally, the V -1 command (as well as the more detailed V -3 option) does not seem to print the actual value of the seed being used.
Do you have any comments or suggestions on how this should be handled, or whether this is a known limitation or bug?
Best regards,
Luigi