Make TimeChanged interactions much more likely
To match reality more closely.
This commit is contained in:
parent
23d3a7b601
commit
fd7d927775
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ let private genRemoteInteraction =
|
||||||
|> Gen.map RemoteInteraction
|
|> Gen.map RemoteInteraction
|
||||||
|
|
||||||
let private genInteraction =
|
let private genInteraction =
|
||||||
Gen.oneof [ genTimeChanged; genHumanInteraction; genRemoteInteraction ]
|
Gen.frequency [ 4, genTimeChanged; 1, genHumanInteraction; 1, genRemoteInteraction ]
|
||||||
|
|
||||||
type ArbitraryInteractions() =
|
type ArbitraryInteractions() =
|
||||||
static member Interactions() =
|
static member Interactions() =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue