ACTION A-645-02

On 07/06/2016 22:20, C. M. Sperberg-McQueen wrote:
> ACTION A-645-02: TM to produce tests for the case of
> random-number-generator#1 being called with the empty sequence
> (proposal in bug 29671).

Done.  I've presumed that the text will make it clear that a call

fn:generate()

is exactly equivalent to a call to

fn:generate( () )

in the sense that they will generate exactly the same random sequence, 
e.g. such that

fn:generate()?number eq fn:generate( () )?number

Received on Monday, 13 June 2016 09:52:07 UTC