randomSeed() produces different results in processingjs to processing
in
Processing with Other Languages
•
1 month ago
I am using randomSeed() in both a processing sketch and a processingjs canvas element. However I think I am getting different numbers from each implementation so I cannot synchronise the two versions.
For example...
processingjs:
0.3979265
processing:
0.892388884909451
Any way to solve this?
Thanks,
David
1