rex_randomgen
Introduction
Generate random number with a seed. The sequence of random numbers will be the same if the seed is the same.
The official random expression could not assign the seed, so that user could get the same sequence usually.
Generate random number with a seed. The sequence of random numbers will be the same if the seed is the same.
The official random expression could not assign the seed, so that user could get the same sequence usually.
Set the seed by "Action:Set seed" before get random number by "Expression:random".
Provide random number for other plugins
Some plugins could assign this randomgen plugin by "Action:Set random generator" to create random number instead of default random function.
Some plugins could assign this randomgen plugin by "Action:Set random generator" to create random number instead of default random function.