Skip to content

Fix mistake in KRandomSequence -> QRandomGenerator porting

In KRandomSequence seed 0 means "randomize the seed", while in QRandomGenerator it's just a seed like the others, so give it an actual random seed

Merge request reports