24.1 임의의 값 구성
my.secret = $ {random.value}
my.number = $ {random.int}
my.bignumber = $ {random.long}
my.uuid = $ {random.uuid}
my.number.less.than.ten = $ {random.int (10)}
my.number.in.range = $ {random.int [1024,65536]}Last updated
Was this helpful?