BigInt.randomInteger

struct BigInt
static
randomInteger
()
(,
auto const ref BigInt min
,
auto const ref BigInt max
)

Parameters

rng RandomNumberGenerator

a random number generator

min BigInt

the minimum value

max BigInt

the maximum value

Return Value

Type: BigInt

random integer in [min,max)

Meta