Args

data class Args(val seed: Int? = null)(source)

Represents the arguments for the RandomNumberTool.

Constructors

Link copied to clipboard
constructor(seed: Int? = null)

Properties

Link copied to clipboard
val seed: Int? = null

The seed for the random number generator.