To use a fixed seed for the random number generator, an explicit given instance had to be created by the user. Following the lead of breeze, this commit introduces instead a given instance for fixed and variable seed, which can be imported by the user. Scala 3 will produce a neat error message, if the import is missing.
To use a fixed seed for the random number generator, an explicit given instance had to be created by the user. Following the lead of breeze, this commit introduces instead a given instance for fixed and variable seed, which can be imported by the user. Scala 3 will produce a neat error message, if the import is missing.